Package net.minecraft.client.world
Class ClientWorld.EntityLoader
java.lang.Object
net.minecraft.client.world.ClientWorld.EntityLoader
- All Implemented Interfaces:
EntityLoader<Entity>
- Enclosing class:
- ClientWorld
@Environment(CLIENT) final class ClientWorld.EntityLoader extends Object implements EntityLoader<Entity>
-
Constructor Summary
Constructors Modifier Constructor Description privateEntityLoader() -
Method Summary
Modifier and Type Method Description voidaddEntity(Entity entity)voiddestroyEntity(Entity entity)voidmethod_31802(Entity entity)voidonLoadEntity(Entity entity)voidonUnloadEntity(Entity entity)voidremoveEntity(Entity entity)
-
Constructor Details
-
EntityLoader
private EntityLoader()
-
-
Method Details
-
method_31802
- Specified by:
method_31802in interfaceEntityLoader<Entity>
-
destroyEntity
- Specified by:
destroyEntityin interfaceEntityLoader<Entity>
-
addEntity
- Specified by:
addEntityin interfaceEntityLoader<Entity>
-
removeEntity
- Specified by:
removeEntityin interfaceEntityLoader<Entity>
-
onLoadEntity
- Specified by:
onLoadEntityin interfaceEntityLoader<Entity>
-
onUnloadEntity
- Specified by:
onUnloadEntityin interfaceEntityLoader<Entity>
-