Uses of Enum Class
net.minecraft.server.level.TicketType.TicketUse
Packages that use TicketType.TicketUse
-
Uses of TicketType.TicketUse in net.minecraft.server.level
Fields in net.minecraft.server.level declared as TicketType.TicketUseModifier and TypeFieldDescriptionprivate final TicketType.TicketUse
TicketType.use
The field for theuse
record component.Methods in net.minecraft.server.level that return TicketType.TicketUseModifier and TypeMethodDescriptionTicketType.use()
Returns the value of theuse
record component.static TicketType.TicketUse
Returns the enum constant of this class with the specified name.static TicketType.TicketUse[]
TicketType.TicketUse.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in net.minecraft.server.level with parameters of type TicketType.TicketUseModifier and TypeMethodDescriptionprivate static TicketType
TicketType.register
(String p_394674_, long p_394116_, boolean p_393877_, TicketType.TicketUse p_394600_) Constructors in net.minecraft.server.level with parameters of type TicketType.TicketUseModifierConstructorDescriptionTicketType
(long timeout, boolean persist, TicketType.TicketUse use) TicketType
(long timeout, boolean persist, TicketType.TicketUse use, boolean forceNaturalSpawning) Creates an instance of aTicketType
record class.