public static interface ChunkLoadService.EntityLoadingTicket extends ChunkLoadService.LoadingTicket
Modifier and Type | Method and Description |
---|---|
void |
bindToEntity(Entity entity)
Binds an Entity to this Ticket, causing the chunk the Entity is
in to be initially loaded with the World.
|
Entity |
getBoundEntity()
Gets the Entity bound to this ticket.
|
forceChunk, getChunkList, getMaxNumChunks, getNumChunks, getPlugin, prioritizeChunk, release, setNumChunks, unforceChunk
void bindToEntity(Entity entity)
entity
- The entity to bind to this ticketEntity getBoundEntity()