Uses of Record Class
net.minecraft.server.level.TicketType
Packages that use TicketType
Package
Description
-
Uses of TicketType in net.minecraft.core.registries
Fields in net.minecraft.core.registries with type parameters of type TicketTypeModifier and TypeFieldDescriptionstatic final Registry<TicketType> BuiltInRegistries.TICKET_TYPEstatic final ResourceKey<Registry<TicketType>> Registries.TICKET_TYPE -
Uses of TicketType in net.minecraft.server.level
Fields in net.minecraft.server.level declared as TicketTypeModifier and TypeFieldDescriptionstatic final TicketTypeTicketType.DRAGONstatic final TicketTypeTicketType.ENDER_PEARLstatic final TicketTypeTicketType.FORCEDstatic final TicketTypeTicketType.PLAYER_LOADINGstatic final TicketTypeTicketType.PLAYER_SIMULATIONstatic final TicketTypeTicketType.PORTALstatic final TicketTypeTicketType.STARTprivate final TicketTypeTicket.typestatic final TicketTypeTicketType.UNKNOWNMethods in net.minecraft.server.level that return TicketTypeModifier and TypeMethodDescriptionTicket.getType()private static TicketTypeTicketType.register(String name, long timeout, boolean persist, TicketType.TicketUse use) Methods in net.minecraft.server.level with parameters of type TicketTypeModifier and TypeMethodDescriptionvoidServerChunkCache.addTicketWithRadius(TicketType ticket, ChunkPos chunkPos, int radius) voidServerChunkCache.removeTicketWithRadius(TicketType ticket, ChunkPos chunkPos, int radius) Constructors in net.minecraft.server.level with parameters of type TicketTypeModifierConstructorDescriptionTicket(TicketType type, int ticketLevel) privateTicket(TicketType type, int ticketLevel, long ticksLeft) -
Uses of TicketType in net.minecraft.world.level
Methods in net.minecraft.world.level with parameters of type TicketTypeModifier and TypeMethodDescriptionvoidTicketStorage.addTicketWithRadius(TicketType ticketType, ChunkPos chunkPos, int radius) voidTicketStorage.removeTicketWithRadius(TicketType ticketType, ChunkPos chunkPos, int radius) voidTicketStorage.replaceTicketLevelOfType(int level, TicketType type) -
Uses of TicketType in net.neoforged.neoforge.common
Fields in net.neoforged.neoforge.common with type parameters of type TicketTypeModifier and TypeFieldDescriptionstatic final Holder<TicketType> NeoForgeMod.BLOCK_TICKETstatic final Holder<TicketType> NeoForgeMod.BLOCK_WITH_NATURAL_SPAWNING_TICKETstatic final Holder<TicketType> NeoForgeMod.ENTITY_TICKETstatic final Holder<TicketType> NeoForgeMod.ENTITY_WITH_NATURAL_SPAWNING_TICKETstatic final Holder<TicketType> NeoForgeMod.GENERATE_FORCED_TICKETprivate static final DeferredRegister<TicketType> NeoForgeMod.TICKET_TYPES -
Uses of TicketType in net.neoforged.neoforge.common.world.chunk
Fields in net.neoforged.neoforge.common.world.chunk with type parameters of type TicketTypeModifier and TypeFieldDescriptionprivate final Holder<TicketType> ForcedChunkManager.TicketTracker.naturalSpawningTicketTypeprivate final Holder<TicketType> ForcedChunkManager.TicketTracker.ticketTypeMethod parameters in net.neoforged.neoforge.common.world.chunk with type arguments of type TicketTypeModifier and TypeMethodDescriptionprivate voidForcedChunkManager.TicketTracker.inheritSources(@Nullable Holder<TicketType> ticketType, it.unimi.dsi.fastutil.longs.Long2ObjectMap<Set<ForcedChunkManager.TicketOwner<T>>> fromSource, it.unimi.dsi.fastutil.longs.Long2ObjectMap<Set<ForcedChunkManager.TicketOwner<T>>> toSource) Constructor parameters in net.neoforged.neoforge.common.world.chunk with type arguments of type TicketTypeModifierConstructorDescriptionTicketTracker(TicketStorage ticketStorage, Holder<TicketType> ticketType, Holder<TicketType> naturalSpawningTicketType)