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.TicketUseTicketType.useThe field for theuserecord component.Methods in net.minecraft.server.level that return TicketType.TicketUseModifier and TypeMethodDescriptionTicketType.use()Returns the value of theuserecord component.static TicketType.TicketUseReturns 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 TicketTypeTicketType.register(String pName, long pTimeout, boolean pPersist, TicketType.TicketUse pUse) 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 aTicketTyperecord class.