Uses of Interface
net.minecraft.entity.LoadedEntityProcessor
Packages that use LoadedEntityProcessor
-
Uses of LoadedEntityProcessor in net.minecraft.entity
Fields in net.minecraft.entity declared as LoadedEntityProcessorMethods in net.minecraft.entity with parameters of type LoadedEntityProcessorModifier and TypeMethodDescriptionprivate static EntityEntityType.loadEntityPassengers(Entity entity, ReadView view, World world, SpawnReason reason, LoadedEntityProcessor processor) static @Nullable EntityEntityType.loadEntityWithPassengers(EntityType<?> type, NbtCompound data, World world, SpawnReason reason, LoadedEntityProcessor processor) static @Nullable EntityEntityType.loadEntityWithPassengers(EntityType<?> type, ReadView view, World world, SpawnReason reason, LoadedEntityProcessor processor) static @Nullable EntityEntityType.loadEntityWithPassengers(NbtCompound nbt, World world, SpawnReason reason, LoadedEntityProcessor processor) static @Nullable EntityEntityType.loadEntityWithPassengers(ReadView view, World world, SpawnReason reason, LoadedEntityProcessor processor)