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<List<ChunkTicket>> class_10592.field_55723private final Long2ObjectOpenHashMap<List<ChunkTicket>> class_10592.field_55724Methods in net.minecraft that return ChunkTicketModifier and TypeMethodDescriptionprivate static @Nullable ChunkTicketclass_10592.method_66375(@Nullable List<ChunkTicket> list, boolean bool) Methods in net.minecraft that return types with arguments of type ChunkTicketModifier and TypeMethodDescriptionclass_10592.method_66352(long long2) private List<ChunkTicket> class_10592.method_66368(long long2) Methods in net.minecraft with parameters of type ChunkTicketModifier and TypeMethodDescriptionbooleanclass_10592.method_66353(long long2, ChunkTicket chunkTicket) private static booleanclass_10592.method_66356(ChunkTicket chunkTicket, ChunkTicket chunkTicket2) voidclass_10592.method_66357(ChunkTicket chunkTicket, ChunkPos chunkPos) booleanclass_10592.method_66369(long long2, ChunkTicket chunkTicket) voidclass_10592.method_66372(ChunkTicket chunkTicket, ChunkPos chunkPos) Method parameters in net.minecraft with type arguments of type ChunkTicketModifier and TypeMethodDescriptionprivate static intclass_10592.method_66362(List<ChunkTicket> list, boolean bool) private LongSetclass_10592.method_66363(Predicate<ChunkTicket> predicate) voidclass_10592.method_66364(Predicate<ChunkTicket> predicate, @Nullable Long2ObjectOpenHashMap<List<ChunkTicket>> long2ObjectOpenHashMap) voidclass_10592.method_66364(Predicate<ChunkTicket> predicate, @Nullable Long2ObjectOpenHashMap<List<ChunkTicket>> long2ObjectOpenHashMap) private static voidclass_10592.method_66365(NbtList nbtList, long long2, List<ChunkTicket> list) private static @Nullable ChunkTicketclass_10592.method_66375(@Nullable List<ChunkTicket> list, boolean bool) Constructor parameters in net.minecraft with type arguments of type ChunkTicketModifierConstructorDescriptionprivateclass_10592(Long2ObjectOpenHashMap<List<ChunkTicket>> long2ObjectOpenHashMap, Long2ObjectOpenHashMap<List<ChunkTicket>> long2ObjectOpenHashMap2) -
Uses of ChunkTicket in net.minecraft.server.world
Methods in net.minecraft.server.world that return ChunkTicketModifier and TypeMethodDescriptionstatic @Nullable ChunkTicketChunkTicket.method_66020(NbtCompound nbtCompound) Methods in net.minecraft.server.world with parameters of type ChunkTicketModifier and TypeMethodDescriptionvoidServerChunkManager.method_66008(ChunkTicket chunkTicket, ChunkPos chunkPos)