Uses of Class
net.minecraft.server.world.ChunkTicketType
Packages that use ChunkTicketType
-
Uses of ChunkTicketType in net.minecraft.server.world
Fields in net.minecraft.server.world declared as ChunkTicketTypeModifier and TypeFieldDescriptionstatic final ChunkTicketType<Unit> ChunkTicketType.DRAGONUsed by the ender dragon to load the central end island during the boss battle.static final ChunkTicketType<ChunkPos> ChunkTicketType.ENDER_PEARLstatic final ChunkTicketType<ChunkPos> ChunkTicketType.FORCEDUsed to force load chunks.static final ChunkTicketType<ChunkPos> ChunkTicketType.PLAYERstatic final ChunkTicketType<BlockPos> ChunkTicketType.PORTALUsed by a nether portal to load chunks in the other dimension.static final ChunkTicketType<Unit> ChunkTicketType.STARTprivate final ChunkTicketType<T> ChunkTicket.typestatic final ChunkTicketType<ChunkPos> ChunkTicketType.UNKNOWNRepresents a type of ticket that has an unknown cause for loading chunks.Methods in net.minecraft.server.world that return ChunkTicketTypeModifier and TypeMethodDescriptionstatic <T> ChunkTicketType<T> ChunkTicketType.create(String name, Comparator<T> argumentComparator) Creates a new ticket type that does not expire.static <T> ChunkTicketType<T> ChunkTicketType.create(String name, Comparator<T> argumentComparator, int expiryTicks) Create a new ticket type that expires after an amount of ticks.ChunkTicket.getType()Methods in net.minecraft.server.world with parameters of type ChunkTicketTypeModifier and TypeMethodDescription<T> voidChunkTicketManager.addTicket(ChunkTicketType<T> type, ChunkPos pos, int radius, T argument) <T> voidServerChunkManager.addTicket(ChunkTicketType<T> ticketType, ChunkPos pos, int radius, T argument) Adds a chunk ticket to the ticket manager.<T> voidChunkTicketManager.addTicketWithLevel(ChunkTicketType<T> type, ChunkPos pos, int level, T argument) <T> voidChunkTicketManager.removeTicket(ChunkTicketType<T> type, ChunkPos pos, int radius, T argument) <T> voidServerChunkManager.removeTicket(ChunkTicketType<T> ticketType, ChunkPos pos, int radius, T argument) Removes a chunk ticket from the ticket manager.<T> voidChunkTicketManager.removeTicketWithLevel(ChunkTicketType<T> type, ChunkPos pos, int level, T argument) Constructors in net.minecraft.server.world with parameters of type ChunkTicketTypeModifierConstructorDescriptionprotectedChunkTicket(ChunkTicketType<T> type, int level, T argument) -
Uses of ChunkTicketType in net.minecraft.world
Methods in net.minecraft.world with parameters of type ChunkTicketTypeModifier and TypeMethodDescription<T> voidSimulationDistanceLevelPropagator.add(ChunkTicketType<T> type, ChunkPos pos, int level, T argument) <T> voidSimulationDistanceLevelPropagator.remove(ChunkTicketType<T> type, ChunkPos pos, int level, T argument)