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$Useintermediary net/minecraft/class_3230$class_10558official 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.UseReturns 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 LOADINGLnet/minecraft/server/world/ChunkTicketType$Use;LOADING:Lnet/minecraft/server/world/ChunkTicketType$Use;intermediary field_55601Lnet/minecraft/class_3230$class_10558;field_55601:Lnet/minecraft/class_3230$class_10558;official aLasi$a;a:Lasi$a;
-
SIMULATION
- Mappings:
Namespace Name Mixin selector named SIMULATIONLnet/minecraft/server/world/ChunkTicketType$Use;SIMULATION:Lnet/minecraft/server/world/ChunkTicketType$Use;intermediary field_55602Lnet/minecraft/class_3230$class_10558;field_55602:Lnet/minecraft/class_3230$class_10558;official bLasi$a;b:Lasi$a;
-
LOADING_AND_SIMULATION
- Mappings:
Namespace Name Mixin selector named LOADING_AND_SIMULATIONLnet/minecraft/server/world/ChunkTicketType$Use;LOADING_AND_SIMULATION:Lnet/minecraft/server/world/ChunkTicketType$Use;intermediary field_55603Lnet/minecraft/class_3230$class_10558;field_55603:Lnet/minecraft/class_3230$class_10558;official cLasi$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
-