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 TicketTicketStorage.getLowestTicket(List<Ticket> tickets, boolean requireSimulation) Methods in net.minecraft.world.level that return types with arguments of type TicketModifier and TypeMethodDescriptionTicketStorage.getOrCreateTickets(long chunkPos) TicketStorage.getTickets(long chunkPos) TicketStorage.packTickets()Methods in net.minecraft.world.level with parameters of type TicketModifier and TypeMethodDescriptionbooleanvoidprivate static booleanTicketStorage.isTicketSameTypeAndLevel(Ticket first, Ticket second) booleanTicketStorage.removeTicket(long chunkPos, Ticket ticket) voidTicketStorage.removeTicket(Ticket ticket, ChunkPos chunkPos) Method parameters in net.minecraft.world.level with type arguments of type TicketModifier and TypeMethodDescriptionprivate voidTicketStorage.forEachTicket(BiConsumer<ChunkPos, Ticket> action) private static voidTicketStorage.forEachTicket(BiConsumer<ChunkPos, Ticket> action, it.unimi.dsi.fastutil.longs.Long2ObjectOpenHashMap<List<Ticket>> tickets) private static voidTicketStorage.forEachTicket(BiConsumer<ChunkPos, Ticket> action, it.unimi.dsi.fastutil.longs.Long2ObjectOpenHashMap<List<Ticket>> tickets) private static TicketStorageTicketStorage.fromPacked(List<com.mojang.datafixers.util.Pair<ChunkPos, Ticket>> packed) private it.unimi.dsi.fastutil.longs.LongSetTicketStorage.getAllChunksWithTicketThat(Predicate<Ticket> predicate) private static TicketTicketStorage.getLowestTicket(List<Ticket> tickets, boolean requireSimulation) private static intTicketStorage.getTicketLevelAt(List<Ticket> tickets, boolean requireSimulation) voidTicketStorage.removeTicketIf(Predicate<Ticket> predicate, it.unimi.dsi.fastutil.longs.Long2ObjectOpenHashMap<List<Ticket>> tickets) voidTicketStorage.removeTicketIf(Predicate<Ticket> predicate, it.unimi.dsi.fastutil.longs.Long2ObjectOpenHashMap<List<Ticket>> tickets) Constructor parameters in net.minecraft.world.level with type arguments of type TicketModifierConstructorDescriptionprivateTicketStorage(it.unimi.dsi.fastutil.longs.Long2ObjectOpenHashMap<List<Ticket>> tickets, it.unimi.dsi.fastutil.longs.Long2ObjectOpenHashMap<List<Ticket>> deactivatedTickets) -
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.