Uses of Class
net.minecraft.server.world.ChunkTicket
Package | Description |
---|---|
net.minecraft.server.world |
-
Uses of ChunkTicket in net.minecraft.server.world
Fields in net.minecraft.server.world with type parameters of type ChunkTicket Modifier and Type Field Description private Long2ObjectOpenHashMap<SortedArraySet<ChunkTicket<?>>>
ChunkTicketManager. ticketsByPosition
Methods in net.minecraft.server.world that return types with arguments of type ChunkTicket Modifier and Type Method Description private SortedArraySet<ChunkTicket<?>>
ChunkTicketManager. getTicketSet(long position)
Methods in net.minecraft.server.world with parameters of type ChunkTicket Modifier and Type Method Description private void
ChunkTicketManager. addTicket(long position, ChunkTicket<?> ticket)
int
ChunkTicket. compareTo(ChunkTicket<?> chunkTicket)
private void
ChunkTicketManager. removeTicket(long pos, ChunkTicket<?> ticket)
Method parameters in net.minecraft.server.world with type arguments of type ChunkTicket Modifier and Type Method Description private static int
ChunkTicketManager. getLevel(SortedArraySet<ChunkTicket<?>> sortedArraySet)