net.minecraft.server.level

public record TicketType

arv
net.minecraft.server.level.TicketType
net.minecraft.class_3230
net.minecraft.server.world.ChunkTicketType

Field summary

Modifier and TypeField
private final long
j
timeout
comp_3474
expiryTicks
private final boolean
k
persist
comp_3475
persist
private final TicketType$TicketUse
l
use
comp_3476
use
public static final int
a
NO_TIMEOUT
field_55598
NO_EXPIRATION
public static final TicketType
b
START
field_14030
START
public static final TicketType
c
DRAGON
field_17264
DRAGON
public static final TicketType
d
PLAYER_LOADING
field_55599
PLAYER_LOADING
public static final TicketType
e
PLAYER_SIMULATION
field_55600
PLAYER_SIMULATION
public static final TicketType
f
FORCED
field_14031
FORCED
public static final TicketType
g
PORTAL
field_19280
PORTAL
public static final TicketType
h
ENDER_PEARL
field_54211
ENDER_PEARL
public static final TicketType
i
UNKNOWN
field_14032
UNKNOWN

Constructor summary

ModifierConstructor
public (long arg0, boolean arg1, TicketType$TicketUse arg2)

Method summary

Modifier and TypeMethod
private static TicketType
a(String arg0, long arg1, boolean arg2, arv$a arg3)
register(String arg0, long arg1, boolean arg2, TicketType$TicketUse arg3)
method_66026(String arg0, long arg1, boolean arg2, class_3230$class_10558 arg3)
register(String id, long expiryTicks, boolean persist, ChunkTicketType$Use use)
public boolean
a()
doesLoad()
method_66025()
isForLoading()
public boolean
b()
doesSimulate()
method_66027()
isForSimulation()
public boolean
c()
hasTimeout()
method_66028()
canExpire()
public long
d()
timeout()
comp_3474()
expiryTicks()
public boolean
e()
persist()
comp_3475()
persist()
public TicketType$TicketUse
f()
use()
comp_3476()
use()