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 pName, long pTimeout, boolean pPersist, TicketType.TicketUse pUse) Methods in net.minecraft.server.level with parameters of type TicketTypeModifier and TypeMethodDescriptionvoidServerChunkCache.addTicketWithRadius(TicketType pTicket, ChunkPos pChunkPos, int pRadius) voidServerChunkCache.removeTicketWithRadius(TicketType pTicket, ChunkPos pChunkPos, int pRadius) Constructors in net.minecraft.server.level with parameters of type TicketTypeModifierConstructorDescriptionTicket(TicketType pType, int pTicketLevel) privateTicket(TicketType pType, int pTicketLevel, long pTicksLeft) -
Uses of TicketType in net.minecraft.world.level
Methods in net.minecraft.world.level with parameters of type TicketTypeModifier and TypeMethodDescriptionvoidTicketStorage.addTicketWithRadius(TicketType pTicketType, ChunkPos pChunkPos, int pRadius) voidTicketStorage.removeTicketWithRadius(TicketType pTicketType, ChunkPos pChunkPos, int pRadius) voidTicketStorage.replaceTicketLevelOfType(int pLevel, TicketType pType) -
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)