Uses of Class
net.minecraft.server.level.Ticket
Packages that use Ticket
Package
Description
-
Uses of Ticket in net.minecraft.server.level
Fields in net.minecraft.server.level with type parameters of type TicketModifier and TypeFieldDescriptionstatic final com.mojang.serialization.MapCodec<Ticket> Ticket.CODECMethods in net.minecraft.server.level with parameters of type Ticket -
Uses of Ticket in net.minecraft.world.level
Fields in net.minecraft.world.level with type parameters of type TicketModifier and TypeFieldDescriptionTicketStorage.deactivatedTicketsprivate static final com.mojang.serialization.Codec<com.mojang.datafixers.util.Pair<ChunkPos, Ticket>> TicketStorage.TICKET_ENTRYTicketStorage.ticketsMethods in net.minecraft.world.level that return TicketModifier and TypeMethodDescriptionprivate static @Nullable TicketTicketStorage.getLowestTicket(@Nullable List<Ticket> pTickets, boolean pRequireSimulation) Methods in net.minecraft.world.level that return types with arguments of type TicketModifier and TypeMethodDescriptionTicketStorage.getOrCreateTickets(long pChunkPos) TicketStorage.getTickets(long pChunkPos) TicketStorage.packTickets()Methods in net.minecraft.world.level with parameters of type TicketModifier and TypeMethodDescriptionbooleanvoidprivate booleanTicketStorage.canTicketExpire(ChunkMap pChunkMap, Ticket pTicket, long pChunkPos) private static booleanTicketStorage.isTicketSameTypeAndLevel(Ticket pFirst, Ticket pSecond) booleanTicketStorage.removeTicket(long pChunkPos, Ticket pTicket) voidTicketStorage.removeTicket(Ticket pTicket, ChunkPos pChunkPos) booleanMethod parameters in net.minecraft.world.level with type arguments of type TicketModifier and TypeMethodDescriptionprivate voidTicketStorage.forEachTicket(BiConsumer<ChunkPos, Ticket> pAction) private static voidTicketStorage.forEachTicket(BiConsumer<ChunkPos, Ticket> pAction, it.unimi.dsi.fastutil.longs.Long2ObjectOpenHashMap<List<Ticket>> pTickets) private static voidTicketStorage.forEachTicket(BiConsumer<ChunkPos, Ticket> pAction, it.unimi.dsi.fastutil.longs.Long2ObjectOpenHashMap<List<Ticket>> pTickets) private static TicketStorageTicketStorage.fromPacked(List<com.mojang.datafixers.util.Pair<ChunkPos, Ticket>> pPacked) private it.unimi.dsi.fastutil.longs.LongSetTicketStorage.getAllChunksWithTicketThat(Predicate<Ticket> pPredicate) private static @Nullable TicketTicketStorage.getLowestTicket(@Nullable List<Ticket> pTickets, boolean pRequireSimulation) private static intTicketStorage.getTicketLevelAt(List<Ticket> pTickets, boolean pRequireSimulation) voidTicketStorage.removeTicketIf(TicketStorage.TicketPredicate pPredicate, @Nullable it.unimi.dsi.fastutil.longs.Long2ObjectOpenHashMap<List<Ticket>> pTickets) Constructor parameters in net.minecraft.world.level with type arguments of type TicketModifierConstructorDescriptionprivateTicketStorage(it.unimi.dsi.fastutil.longs.Long2ObjectOpenHashMap<List<Ticket>> pTickets, it.unimi.dsi.fastutil.longs.Long2ObjectOpenHashMap<List<Ticket>> pDeactivatedTickets) -
Uses of Ticket in net.neoforged.neoforge.common.world.chunk
Methods in net.neoforged.neoforge.common.world.chunk that return TicketModifier and TypeMethodDescriptionprivate TicketForcedChunkManager.TicketTracker.makeTicket(boolean forceNaturalSpawning) Method parameters in net.neoforged.neoforge.common.world.chunk with type arguments of type TicketModifier and TypeMethodDescriptionstatic TicketStorageForcedChunkManager.readStoredTickets(Function<List<com.mojang.datafixers.util.Pair<ChunkPos, Ticket>>, TicketStorage> vanillaInitializer, List<com.mojang.datafixers.util.Pair<ChunkPos, Ticket>> tickets, List<ForcedChunkManager.OwnedChunks> ownedChunks) Reads any forced chunks we might have previously saved.static TicketStorageForcedChunkManager.readStoredTickets(Function<List<com.mojang.datafixers.util.Pair<ChunkPos, Ticket>>, TicketStorage> vanillaInitializer, List<com.mojang.datafixers.util.Pair<ChunkPos, Ticket>> tickets, List<ForcedChunkManager.OwnedChunks> ownedChunks) Reads any forced chunks we might have previously saved.