Uses of Record Class
net.minecraft.server.world.ChunkTicketType
Packages that use ChunkTicketType
Package
Description
The base package for all Minecraft classes.
-
Uses of ChunkTicketType in net.minecraft
Methods in net.minecraft with parameters of type ChunkTicketTypeModifier and TypeMethodDescriptionvoidclass_10592.method_66351(int int2, ChunkTicketType chunkTicketType) voidclass_10592.method_66358(ChunkTicketType chunkTicketType, ChunkPos chunkPos, int int2) voidclass_10592.method_66373(ChunkTicketType chunkTicketType, ChunkPos chunkPos, int int2) -
Uses of ChunkTicketType in net.minecraft.registry
Fields in net.minecraft.registry with type parameters of type ChunkTicketTypeModifier and TypeFieldDescriptionstatic final Registry<ChunkTicketType> Registries.TICKET_TYPEstatic final RegistryKey<Registry<ChunkTicketType>> RegistryKeys.TICKET_TYPE -
Uses of ChunkTicketType in net.minecraft.server.world
Fields in net.minecraft.server.world declared as ChunkTicketTypeModifier and TypeFieldDescriptionstatic final ChunkTicketTypeChunkTicketType.DRAGONUsed by the ender dragon to load the central end island during the boss battle.static final ChunkTicketTypeChunkTicketType.ENDER_PEARLstatic final ChunkTicketTypeChunkTicketType.FORCEDUsed to force load chunks.static final ChunkTicketTypeChunkTicketType.PLAYER_LOADINGstatic final ChunkTicketTypeChunkTicketType.PLAYER_SIMULATIONstatic final ChunkTicketTypeChunkTicketType.PORTALUsed by a nether portal to load chunks in the other dimension.static final ChunkTicketTypeChunkTicketType.STARTprivate final ChunkTicketTypeChunkTicket.typestatic final ChunkTicketTypeChunkTicketType.UNKNOWNRepresents a type of ticket that has an unknown cause for loading chunks.Methods in net.minecraft.server.world that return ChunkTicketTypeModifier and TypeMethodDescriptionChunkTicket.getType()private static ChunkTicketTypeChunkTicketType.method_66026(String string, long long2, boolean bool, ChunkTicketType.class_10558 class_10558) Methods in net.minecraft.server.world with parameters of type ChunkTicketTypeModifier and TypeMethodDescriptionvoidServerChunkManager.method_66009(ChunkTicketType chunkTicketType, ChunkPos chunkPos, int int2) voidServerChunkManager.method_66010(ChunkTicketType chunkTicketType, ChunkPos chunkPos, int int2) Constructors in net.minecraft.server.world with parameters of type ChunkTicketTypeModifierConstructorDescriptionChunkTicket(ChunkTicketType chunkTicketType, int int2) privateChunkTicket(ChunkTicketType chunkTicketType, int int2, long long2)