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 reason, EntityProcessor postLoad) static @Nullable EntityEntityType.loadEntityRecursive(EntityType<?> type, CompoundTag tag, Level level, EntitySpawnReason reason, EntityProcessor postLoad) static @Nullable EntityEntityType.loadEntityRecursive(EntityType<?> type, ValueInput input, Level level, EntitySpawnReason reason, EntityProcessor postLoad) static @Nullable EntityEntityType.loadEntityRecursive(ValueInput input, Level level, EntitySpawnReason reason, EntityProcessor postLoad) private static EntityEntityType.loadPassengersRecursive(Entity entity, ValueInput input, Level level, EntitySpawnReason reason, EntityProcessor postLoad)