Package net.minecraft.world.tick
Enum Class TickPriority
- All Implemented Interfaces:
Serializable,Comparable<TickPriority>,Constable
- Mappings:
Namespace Name named net/minecraft/world/tick/TickPriorityintermediary net/minecraft/class_1953official exo
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum Constants -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic TickPrioritybyIndex(int index) intgetIndex()static TickPriorityReturns the enum constant of this class with the specified name.static TickPriority[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
EXTREMELY_HIGH
- Mappings:
Namespace Name Mixin selector named EXTREMELY_HIGHLnet/minecraft/world/tick/TickPriority;EXTREMELY_HIGH:Lnet/minecraft/world/tick/TickPriority;intermediary field_9315Lnet/minecraft/class_1953;field_9315:Lnet/minecraft/class_1953;official aLexo;a:Lexo;
-
VERY_HIGH
- Mappings:
Namespace Name Mixin selector named VERY_HIGHLnet/minecraft/world/tick/TickPriority;VERY_HIGH:Lnet/minecraft/world/tick/TickPriority;intermediary field_9313Lnet/minecraft/class_1953;field_9313:Lnet/minecraft/class_1953;official bLexo;b:Lexo;
-
HIGH
- Mappings:
Namespace Name Mixin selector named HIGHLnet/minecraft/world/tick/TickPriority;HIGH:Lnet/minecraft/world/tick/TickPriority;intermediary field_9310Lnet/minecraft/class_1953;field_9310:Lnet/minecraft/class_1953;official cLexo;c:Lexo;
-
NORMAL
- Mappings:
Namespace Name Mixin selector named NORMALLnet/minecraft/world/tick/TickPriority;NORMAL:Lnet/minecraft/world/tick/TickPriority;intermediary field_9314Lnet/minecraft/class_1953;field_9314:Lnet/minecraft/class_1953;official dLexo;d:Lexo;
-
LOW
- Mappings:
Namespace Name Mixin selector named LOWLnet/minecraft/world/tick/TickPriority;LOW:Lnet/minecraft/world/tick/TickPriority;intermediary field_9316Lnet/minecraft/class_1953;field_9316:Lnet/minecraft/class_1953;official eLexo;e:Lexo;
-
VERY_LOW
- Mappings:
Namespace Name Mixin selector named VERY_LOWLnet/minecraft/world/tick/TickPriority;VERY_LOW:Lnet/minecraft/world/tick/TickPriority;intermediary field_9309Lnet/minecraft/class_1953;field_9309:Lnet/minecraft/class_1953;official fLexo;f:Lexo;
-
EXTREMELY_LOW
- Mappings:
Namespace Name Mixin selector named EXTREMELY_LOWLnet/minecraft/world/tick/TickPriority;EXTREMELY_LOW:Lnet/minecraft/world/tick/TickPriority;intermediary field_9311Lnet/minecraft/class_1953;field_9311:Lnet/minecraft/class_1953;official gLexo;g:Lexo;
-
-
Field Details
-
index
private final int index- Mappings:
Namespace Name Mixin selector named indexLnet/minecraft/world/tick/TickPriority;index:Iintermediary field_9308Lnet/minecraft/class_1953;field_9308:Iofficial hLexo;h:I
-
-
Constructor Details
-
TickPriority
private TickPriority(int index) - Mappings:
Namespace Name Mixin selector named <init>Lnet/minecraft/world/tick/TickPriority;<init>(Ljava/lang/String;II)Vintermediary <init>Lnet/minecraft/class_1953;<init>(Ljava/lang/String;II)Vofficial <init>Lexo;<init>(Ljava/lang/String;II)V
-
-
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
-
byIndex
- Mappings:
Namespace Name Mixin selector named byIndexLnet/minecraft/world/tick/TickPriority;byIndex(I)Lnet/minecraft/world/tick/TickPriority;intermediary method_8680Lnet/minecraft/class_1953;method_8680(I)Lnet/minecraft/class_1953;official aLexo;a(I)Lexo;
-
getIndex
public int getIndex()- Mappings:
Namespace Name Mixin selector named getIndexLnet/minecraft/world/tick/TickPriority;getIndex()Iintermediary method_8681Lnet/minecraft/class_1953;method_8681()Iofficial aLexo;a()I
-