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 TypeMethodDescriptionEntityType.loadEntityRecursive(CompoundTag tag, Level level, EntitySpawnRequest request, EntityProcessor postLoad) EntityType.loadEntityRecursive(EntityType<?> type, CompoundTag tag, Level level, EntitySpawnReason reason, EntityProcessor postLoad) EntityType.loadEntityRecursive(EntityType<?> type, ValueInput input, Level level, EntitySpawnReason reason, EntityProcessor postLoad) EntityType.loadEntityRecursive(ValueInput input, Level level, EntitySpawnReason reason, EntityProcessor postLoad) EntityType.loadEntityRecursive(ValueInput input, Level level, EntitySpawnRequest request, EntityProcessor postLoad) private static EntityEntityType.loadPassengersRecursive(Entity entity, ValueInput input, Level level, EntitySpawnRequest request, EntityProcessor postLoad) -
Uses of EntityProcessor in net.minecraft.world.level
Fields in net.minecraft.world.level declared as EntityProcessor