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_TYPE
static 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 TicketType
TicketType.DRAGON
static final TicketType
TicketType.ENDER_PEARL
static final TicketType
TicketType.FORCED
static final TicketType
TicketType.PLAYER_LOADING
static final TicketType
TicketType.PLAYER_SIMULATION
static final TicketType
TicketType.PORTAL
static final TicketType
TicketType.START
private final TicketType
Ticket.type
static final TicketType
TicketType.UNKNOWN
Methods in net.minecraft.server.level that return TicketTypeModifier and TypeMethodDescriptionTicket.getType()
private static TicketType
TicketType.register
(String pName, long pTimeout, boolean pPersist, TicketType.TicketUse pUse) Methods in net.minecraft.server.level with parameters of type TicketTypeModifier and TypeMethodDescriptionvoid
ServerChunkCache.addTicketWithRadius
(TicketType pTicket, ChunkPos pChunkPos, int pRadius) void
ServerChunkCache.removeTicketWithRadius
(TicketType pTicket, ChunkPos pChunkPos, int pRadius) Constructors in net.minecraft.server.level with parameters of type TicketTypeModifierConstructorDescriptionTicket
(TicketType pType, int pTicketLevel) private
Ticket
(TicketType pType, int pTicketLevel, long p_393968_) -
Uses of TicketType in net.minecraft.world.level
Methods in net.minecraft.world.level with parameters of type TicketTypeModifier and TypeMethodDescriptionvoid
TicketStorage.addTicketWithRadius
(TicketType pTicketType, ChunkPos pChunkPos, int pRadius) void
TicketStorage.removeTicketWithRadius
(TicketType pTicketType, ChunkPos pChunkPos, int pRadius) void
TicketStorage.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_TICKET
static final Holder
<TicketType> NeoForgeMod.BLOCK_WITH_NATURAL_SPAWNING_TICKET
static final Holder
<TicketType> NeoForgeMod.ENTITY_TICKET
static final Holder
<TicketType> NeoForgeMod.ENTITY_WITH_NATURAL_SPAWNING_TICKET
static final Holder
<TicketType> NeoForgeMod.GENERATE_FORCED_TICKET
private 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.naturalSpawningTicketType
private final Holder
<TicketType> ForcedChunkManager.TicketTracker.ticketType
Method parameters in net.neoforged.neoforge.common.world.chunk with type arguments of type TicketTypeModifier and TypeMethodDescriptionprivate void
ForcedChunkManager.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)