public static interface ChunkTicketManager.EntityLoadingTicket extends ChunkTicketManager.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, getCompanionData, getMaxNumChunks, getNumChunks, getPlugin, getWorld, prioritizeChunk, release, setCompanionData, setNumChunks, unforceChunk
void bindToEntity(Entity entity)
entity
- The entity to bind to this ticketEntity getBoundEntity()