Package net.minecraft.server.world
Enum Class ChunkTicketType.Use
- All Implemented Interfaces:
Serializable
,Comparable<ChunkTicketType.Use>
,Constable
- Enclosing class:
ChunkTicketType
- Mappings:
Namespace Name named net/minecraft/server/world/ChunkTicketType$Use
intermediary net/minecraft/class_3230$class_10558
official asi$a
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum Constants -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ChunkTicketType.Use
Returns the enum constant of this class with the specified name.static ChunkTicketType.Use[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
LOADING
- Mappings:
Namespace Name Mixin selector named LOADING
Lnet/minecraft/server/world/ChunkTicketType$Use;LOADING:Lnet/minecraft/server/world/ChunkTicketType$Use;
intermediary field_55601
Lnet/minecraft/class_3230$class_10558;field_55601:Lnet/minecraft/class_3230$class_10558;
official a
Lasi$a;a:Lasi$a;
-
SIMULATION
- Mappings:
Namespace Name Mixin selector named SIMULATION
Lnet/minecraft/server/world/ChunkTicketType$Use;SIMULATION:Lnet/minecraft/server/world/ChunkTicketType$Use;
intermediary field_55602
Lnet/minecraft/class_3230$class_10558;field_55602:Lnet/minecraft/class_3230$class_10558;
official b
Lasi$a;b:Lasi$a;
-
LOADING_AND_SIMULATION
- Mappings:
Namespace Name Mixin selector named LOADING_AND_SIMULATION
Lnet/minecraft/server/world/ChunkTicketType$Use;LOADING_AND_SIMULATION:Lnet/minecraft/server/world/ChunkTicketType$Use;
intermediary field_55603
Lnet/minecraft/class_3230$class_10558;field_55603:Lnet/minecraft/class_3230$class_10558;
official c
Lasi$a;c:Lasi$a;
-
-
Constructor Details
-
Use
private Use()
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum class has no constant with the specified nameNullPointerException
- if the argument is null
-