History - net.minecraft.server.world.ChunkTicketType
26.3-snapshot-3
Names
Fields
Constructors
Methods
26.3-snapshot-2
Names
Fields
Constructors
Methods
26.3-snapshot-1
Names
Fields
Constructors
Methods
26.2
Names
Fields
Constructors
Methods
26.1.2
Names
Fields
Constructors
Methods
26.1.1
Names
Fields
Constructors
Methods
26.1
Names
Fields
Constructors
Methods
1.21.11_unobfuscated
Names
net.minecraft.server.level.TicketType
net.minecraft.class_3230
net.minecraft.server.world.ChunkTicketType
Fields
long: timeout, comp_3474, expiryTicks
int: flags, comp_4411, flags
long: NO_TIMEOUT, field_55598, NO_EXPIRATION
int: FLAG_PERSIST, field_61096, SERIALIZE
int: FLAG_LOADING, field_61097, FOR_LOADING
int: FLAG_SIMULATION, field_61098, FOR_SIMULATION
int: FLAG_KEEP_DIMENSION_ACTIVE, field_61099, RESETS_IDLE_TIMEOUT
int: FLAG_CAN_EXPIRE_IF_UNLOADED, field_61100, CAN_EXPIRE_BEFORE_LOAD
ChunkTicketType: PLAYER_SPAWN, field_61101, PLAYER_SPAWN
ChunkTicketType: SPAWN_SEARCH, field_61102, SPAWN_SEARCH
ChunkTicketType: DRAGON, field_17264, DRAGON
ChunkTicketType: PLAYER_LOADING, field_55599, PLAYER_LOADING
ChunkTicketType: PLAYER_SIMULATION, field_55600, PLAYER_SIMULATION
ChunkTicketType: FORCED, field_14031, FORCED
ChunkTicketType: PORTAL, field_19280, PORTAL
ChunkTicketType: ENDER_PEARL, field_54211, ENDER_PEARL
ChunkTicketType: UNKNOWN, field_14032, UNKNOWN
Constructors
(long, int)
Methods
ChunkTicketType (String, long, int): register, method_66026, register
boolean (): persist, method_72273, shouldSerialize
boolean (): doesLoad, method_66025, isForLoading
boolean (): doesSimulate, method_66027, isForSimulation
boolean (): shouldKeepDimensionActive, method_72274, resetsIdleTimeout
boolean (): canExpireIfUnloaded, method_72275, canExpireBeforeLoad
boolean (): hasTimeout, method_66028, canExpire
long (): timeout, comp_3474, expiryTicks
int (): flags, comp_4411, flags