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 tag, Level level, EntitySpawnReason spawnReason, EntityProcessor processor) static @Nullable EntityEntityType.loadEntityRecursive(EntityType<?> entityType, CompoundTag tag, Level level, EntitySpawnReason spawnReason, EntityProcessor processor) static @Nullable EntityEntityType.loadEntityRecursive(EntityType<?> entityType, ValueInput valueInput, Level level, EntitySpawnReason spawnReason, EntityProcessor processor) static @Nullable EntityEntityType.loadEntityRecursive(ValueInput valueInput, Level level, EntitySpawnReason spawnReason, EntityProcessor processor) private static EntityEntityType.loadPassengersRecursive(Entity entity, ValueInput valueInput, Level level, EntitySpawnReason spawnReason, EntityProcessor processor)