Uses of Record Class
net.minecraft.server.world.ChunkTicketType
Packages that use ChunkTicketType
-
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.PLAYER_SPAWNstatic final ChunkTicketTypeChunkTicketType.PORTALUsed by a nether portal to load chunks in the other dimension.static final ChunkTicketTypeChunkTicketType.SPAWN_SEARCHprivate 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 ChunkTicketTypeMethods in net.minecraft.server.world with parameters of type ChunkTicketTypeModifier and TypeMethodDescriptionServerChunkManager.addChunkLoadingTicket(ChunkTicketType ticketType, ChunkPos pos, int radius) voidChunkTicketManager.addTicket(ChunkTicketType type, ChunkPos pos, int radius) voidServerChunkManager.addTicket(ChunkTicketType type, ChunkPos pos, int radius) voidChunkTicketManager.removeTicket(ChunkTicketType type, ChunkPos pos, int radius) voidServerChunkManager.removeTicket(ChunkTicketType type, ChunkPos pos, int radius) voidChunkTicketManager.updateLevel(int level, ChunkTicketType type) Constructors in net.minecraft.server.world with parameters of type ChunkTicketTypeModifierConstructorDescriptionChunkTicket(ChunkTicketType type, int level) privateChunkTicket(ChunkTicketType type, int level, long ticksLeft)