Package net.minecraft.world.tick
Enum Class TickPriority
- All Implemented Interfaces:
- Serializable,- Comparable<TickPriority>,- Constable
- Mappings:
- Namespace - Name - official - efx- intermediary - net/minecraft/class_1953- named - net/minecraft/world/tick/TickPriority
- 
Nested Class SummaryNested classes/interfaces inherited from class java.lang.EnumEnum.EnumDesc<E extends Enum<E>>
- 
Enum Constant SummaryEnum Constants
- 
Field SummaryFields
- 
Constructor SummaryConstructors
- 
Method SummaryModifier 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 - official - a- Lefx;a:Lefx;- intermediary - field_9315- Lnet/minecraft/class_1953;field_9315:Lnet/minecraft/class_1953;- named - EXTREMELY_HIGH- Lnet/minecraft/world/tick/TickPriority;EXTREMELY_HIGH:Lnet/minecraft/world/tick/TickPriority;
 
- 
VERY_HIGH- Mappings:
- Namespace - Name - Mixin selector - official - b- Lefx;b:Lefx;- intermediary - field_9313- Lnet/minecraft/class_1953;field_9313:Lnet/minecraft/class_1953;- named - VERY_HIGH- Lnet/minecraft/world/tick/TickPriority;VERY_HIGH:Lnet/minecraft/world/tick/TickPriority;
 
- 
HIGH- Mappings:
- Namespace - Name - Mixin selector - official - c- Lefx;c:Lefx;- intermediary - field_9310- Lnet/minecraft/class_1953;field_9310:Lnet/minecraft/class_1953;- named - HIGH- Lnet/minecraft/world/tick/TickPriority;HIGH:Lnet/minecraft/world/tick/TickPriority;
 
- 
NORMAL- Mappings:
- Namespace - Name - Mixin selector - official - d- Lefx;d:Lefx;- intermediary - field_9314- Lnet/minecraft/class_1953;field_9314:Lnet/minecraft/class_1953;- named - NORMAL- Lnet/minecraft/world/tick/TickPriority;NORMAL:Lnet/minecraft/world/tick/TickPriority;
 
- 
LOW- Mappings:
- Namespace - Name - Mixin selector - official - e- Lefx;e:Lefx;- intermediary - field_9316- Lnet/minecraft/class_1953;field_9316:Lnet/minecraft/class_1953;- named - LOW- Lnet/minecraft/world/tick/TickPriority;LOW:Lnet/minecraft/world/tick/TickPriority;
 
- 
VERY_LOW- Mappings:
- Namespace - Name - Mixin selector - official - f- Lefx;f:Lefx;- intermediary - field_9309- Lnet/minecraft/class_1953;field_9309:Lnet/minecraft/class_1953;- named - VERY_LOW- Lnet/minecraft/world/tick/TickPriority;VERY_LOW:Lnet/minecraft/world/tick/TickPriority;
 
- 
EXTREMELY_LOW- Mappings:
- Namespace - Name - Mixin selector - official - g- Lefx;g:Lefx;- intermediary - field_9311- Lnet/minecraft/class_1953;field_9311:Lnet/minecraft/class_1953;- named - EXTREMELY_LOW- Lnet/minecraft/world/tick/TickPriority;EXTREMELY_LOW:Lnet/minecraft/world/tick/TickPriority;
 
 
- 
- 
Field Details- 
indexprivate final int index- Mappings:
- Namespace - Name - Mixin selector - official - h- Lefx;h:I- intermediary - field_9308- Lnet/minecraft/class_1953;field_9308:I- named - index- Lnet/minecraft/world/tick/TickPriority;index:I
 
 
- 
- 
Constructor Details- 
TickPriorityprivate TickPriority(int index) - Mappings:
- Namespace - Name - Mixin selector - official - <init>- Lefx;<init>(Ljava/lang/String;II)V- intermediary - <init>- Lnet/minecraft/class_1953;<init>(Ljava/lang/String;II)V- named - <init>- Lnet/minecraft/world/tick/TickPriority;<init>(Ljava/lang/String;II)V
 
 
- 
- 
Method Details- 
valuesReturns 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
 
- 
valueOfReturns 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 name
- NullPointerException- if the argument is null
 
- 
byIndex- Mappings:
- Namespace - Name - Mixin selector - official - a- Lefx;a(I)Lefx;- intermediary - method_8680- Lnet/minecraft/class_1953;method_8680(I)Lnet/minecraft/class_1953;- named - byIndex- Lnet/minecraft/world/tick/TickPriority;byIndex(I)Lnet/minecraft/world/tick/TickPriority;
 
- 
getIndexpublic int getIndex()- Mappings:
- Namespace - Name - Mixin selector - official - a- Lefx;a()I- intermediary - method_8681- Lnet/minecraft/class_1953;method_8681()I- named - getIndex- Lnet/minecraft/world/tick/TickPriority;getIndex()I
 
 
-