Uses of Interface
net.minecraft.world.entity.EntityProcessor
Packages that use EntityProcessor
-
Uses of EntityProcessor in net.minecraft.world.entity
Fields in net.minecraft.world.entity declared as EntityProcessorMethods in net.minecraft.world.entity with parameters of type EntityProcessorModifier and TypeMethodDescriptionstatic @Nullable EntityEntityType.loadEntityRecursive(CompoundTag pTag, Level pLevel, EntitySpawnReason pSpawnReason, EntityProcessor pProcessor) static @Nullable EntityEntityType.loadEntityRecursive(EntityType<?> pEntityType, CompoundTag pTag, Level pLevel, EntitySpawnReason pSpawnReason, EntityProcessor pProcessor) static @Nullable EntityEntityType.loadEntityRecursive(EntityType<?> pEntityType, ValueInput pValueInput, Level pLevel, EntitySpawnReason pSpawnReason, EntityProcessor pProcessor) static @Nullable EntityEntityType.loadEntityRecursive(ValueInput pValueInput, Level pLevel, EntitySpawnReason pSpawnReason, EntityProcessor pProcessor) private static EntityEntityType.loadPassengersRecursive(Entity pEntity, ValueInput pValueInput, Level pLevel, EntitySpawnReason pSpawnReason, EntityProcessor pProcessor)