Uses of Class
net.minecraft.server.world.ChunkTicket
-
Uses of ChunkTicket in net.minecraft.server.world
Modifier and TypeFieldDescription(package private) final Long2ObjectOpenHashMap<SortedArraySet<ChunkTicket<?>>>
ChunkTicketManager.ticketsByPosition
Modifier and TypeMethodDescriptionprivate SortedArraySet<ChunkTicket<?>>
ChunkTicketManager.getTicketSet
(long position) Modifier and TypeMethodDescription(package private) void
ChunkTicketManager.addTicket
(long position, ChunkTicket<?> ticket) int
ChunkTicket.compareTo
(ChunkTicket<?> chunkTicket) (package private) void
ChunkTicketManager.removeTicket
(long pos, ChunkTicket<?> ticket) Modifier and TypeMethodDescriptionprivate static int
ChunkTicketManager.getLevel
(SortedArraySet<ChunkTicket<?>> tickets) -
Uses of ChunkTicket in net.minecraft.world
Modifier and TypeFieldDescriptionprivate final Long2ObjectOpenHashMap<SortedArraySet<ChunkTicket<?>>>
SimulationDistanceLevelPropagator.tickets
Modifier and TypeMethodDescriptionprivate SortedArraySet<ChunkTicket<?>>
SimulationDistanceLevelPropagator.getTickets
(long pos) Modifier and TypeMethodDescriptionvoid
SimulationDistanceLevelPropagator.add
(long pos, ChunkTicket<?> ticket) void
SimulationDistanceLevelPropagator.remove
(long pos, ChunkTicket<?> ticket) Modifier and TypeMethodDescriptionprivate int
SimulationDistanceLevelPropagator.getLevel
(SortedArraySet<ChunkTicket<?>> ticket)