Uses of Class
net.minecraft.server.world.ChunkTicket
Packages that use ChunkTicket
Package
Description
The base package for all Minecraft classes.
-
Uses of ChunkTicket in net.minecraft
Fields in net.minecraft with type parameters of type ChunkTicketModifier and TypeFieldDescriptionprivate final Long2ObjectOpenHashMap<SortedArraySet<ChunkTicket<?>>>
class_6609.field_34890
Methods in net.minecraft that return types with arguments of type ChunkTicketModifier and TypeMethodDescriptionprivate SortedArraySet<ChunkTicket<?>>
class_6609.method_38644
(long long2) Methods in net.minecraft with parameters of type ChunkTicketModifier and TypeMethodDescriptionvoid
class_6609.method_38637
(long long2, ChunkTicket<?> chunkTicket) void
class_6609.method_38641
(long long2, ChunkTicket<?> chunkTicket) Method parameters in net.minecraft with type arguments of type ChunkTicketModifier and TypeMethodDescriptionprivate int
class_6609.method_38639
(SortedArraySet<ChunkTicket<?>> sortedArraySet) -
Uses of ChunkTicket in net.minecraft.server.world
Fields in net.minecraft.server.world with type parameters of type ChunkTicketModifier and TypeFieldDescription(package private) final Long2ObjectOpenHashMap<SortedArraySet<ChunkTicket<?>>>
ChunkTicketManager.ticketsByPosition
Methods in net.minecraft.server.world that return types with arguments of type ChunkTicketModifier and TypeMethodDescriptionprivate SortedArraySet<ChunkTicket<?>>
ChunkTicketManager.getTicketSet
(long position) Methods in net.minecraft.server.world with parameters of type ChunkTicketModifier 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) Method parameters in net.minecraft.server.world with type arguments of type ChunkTicketModifier and TypeMethodDescriptionprivate static int
ChunkTicketManager.getLevel
(SortedArraySet<ChunkTicket<?>> sortedArraySet)