Package net.minecraft.world
Enum TickPriority
- All Implemented Interfaces:
Serializable
,Comparable<TickPriority>
,java.lang.constant.Constable
public enum TickPriority extends Enum<TickPriority>
- Mappings:
Namespace Name official bup
intermediary net/minecraft/class_1953
named net/minecraft/world/TickPriority
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum Constants Enum Constant Description EXTREMELY_HIGH
EXTREMELY_LOW
HIGH
LOW
NORMAL
VERY_HIGH
VERY_LOW
-
Field Summary
Fields Modifier and Type Field Description private int
index
-
Constructor Summary
Constructors Modifier Constructor Description private
TickPriority(int index)
-
Method Summary
Modifier and Type Method Description static TickPriority
byIndex(int index)
int
getIndex()
static TickPriority
valueOf(String name)
Returns the enum constant of this type with the specified name.static TickPriority[]
values()
Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
EXTREMELY_HIGH
- Mappings:
Namespace Name Mixin selector official a
Lbup;a:Lbup;
intermediary field_9315
Lnet/minecraft/class_1953;field_9315:Lnet/minecraft/class_1953;
named EXTREMELY_HIGH
Lnet/minecraft/world/TickPriority;EXTREMELY_HIGH:Lnet/minecraft/world/TickPriority;
-
VERY_HIGH
- Mappings:
Namespace Name Mixin selector official b
Lbup;b:Lbup;
intermediary field_9313
Lnet/minecraft/class_1953;field_9313:Lnet/minecraft/class_1953;
named VERY_HIGH
Lnet/minecraft/world/TickPriority;VERY_HIGH:Lnet/minecraft/world/TickPriority;
-
HIGH
- Mappings:
Namespace Name Mixin selector official c
Lbup;c:Lbup;
intermediary field_9310
Lnet/minecraft/class_1953;field_9310:Lnet/minecraft/class_1953;
named HIGH
Lnet/minecraft/world/TickPriority;HIGH:Lnet/minecraft/world/TickPriority;
-
NORMAL
- Mappings:
Namespace Name Mixin selector official d
Lbup;d:Lbup;
intermediary field_9314
Lnet/minecraft/class_1953;field_9314:Lnet/minecraft/class_1953;
named NORMAL
Lnet/minecraft/world/TickPriority;NORMAL:Lnet/minecraft/world/TickPriority;
-
LOW
- Mappings:
Namespace Name Mixin selector official e
Lbup;e:Lbup;
intermediary field_9316
Lnet/minecraft/class_1953;field_9316:Lnet/minecraft/class_1953;
named LOW
Lnet/minecraft/world/TickPriority;LOW:Lnet/minecraft/world/TickPriority;
-
VERY_LOW
- Mappings:
Namespace Name Mixin selector official f
Lbup;f:Lbup;
intermediary field_9309
Lnet/minecraft/class_1953;field_9309:Lnet/minecraft/class_1953;
named VERY_LOW
Lnet/minecraft/world/TickPriority;VERY_LOW:Lnet/minecraft/world/TickPriority;
-
EXTREMELY_LOW
- Mappings:
Namespace Name Mixin selector official g
Lbup;g:Lbup;
intermediary field_9311
Lnet/minecraft/class_1953;field_9311:Lnet/minecraft/class_1953;
named EXTREMELY_LOW
Lnet/minecraft/world/TickPriority;EXTREMELY_LOW:Lnet/minecraft/world/TickPriority;
-
-
Field Details
-
index
private final int index- Mappings:
Namespace Name Mixin selector official h
Lbup;h:I
intermediary field_9308
Lnet/minecraft/class_1953;field_9308:I
named index
Lnet/minecraft/world/TickPriority;index:I
-
-
Constructor Details
-
TickPriority
private TickPriority(int index)- Mappings:
Namespace Name Mixin selector official <init>
Lbup;<init>(Ljava/lang/String;II)V
intermediary <init>
Lnet/minecraft/class_1953;<init>(Ljava/lang/String;II)V
named <init>
Lnet/minecraft/world/TickPriority;<init>(Ljava/lang/String;II)V
-
-
Method Details
-
values
Returns an array containing the constants of this enum type, in the order they are declared.- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (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 type has no constant with the specified nameNullPointerException
- if the argument is null
-
byIndex
- Mappings:
Namespace Name Mixin selector official a
Lbup;a(I)Lbup;
intermediary method_8680
Lnet/minecraft/class_1953;method_8680(I)Lnet/minecraft/class_1953;
named byIndex
Lnet/minecraft/world/TickPriority;byIndex(I)Lnet/minecraft/world/TickPriority;
-
getIndex
public int getIndex()- Mappings:
Namespace Name Mixin selector official a
Lbup;a()I
intermediary method_8681
Lnet/minecraft/class_1953;method_8681()I
named getIndex
Lnet/minecraft/world/TickPriority;getIndex()I
-