Package net.minecraft.world.border
Enum Class WorldBorderStage
- All Implemented Interfaces:
Serializable,Comparable<WorldBorderStage>,Constable
- Mappings:
Namespace Name named net/minecraft/world/border/WorldBorderStageintermediary net/minecraft/class_2789official dtu
-
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 TypeMethodDescriptionintgetColor()static WorldBorderStageReturns the enum constant of this class with the specified name.static WorldBorderStage[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
GROWING
- Mappings:
Namespace Name Mixin selector named GROWINGLnet/minecraft/world/border/WorldBorderStage;GROWING:Lnet/minecraft/world/border/WorldBorderStage;intermediary field_12754Lnet/minecraft/class_2789;field_12754:Lnet/minecraft/class_2789;official aLdtu;a:Ldtu;
-
SHRINKING
- Mappings:
Namespace Name Mixin selector named SHRINKINGLnet/minecraft/world/border/WorldBorderStage;SHRINKING:Lnet/minecraft/world/border/WorldBorderStage;intermediary field_12756Lnet/minecraft/class_2789;field_12756:Lnet/minecraft/class_2789;official bLdtu;b:Ldtu;
-
STATIONARY
- Mappings:
Namespace Name Mixin selector named STATIONARYLnet/minecraft/world/border/WorldBorderStage;STATIONARY:Lnet/minecraft/world/border/WorldBorderStage;intermediary field_12753Lnet/minecraft/class_2789;field_12753:Lnet/minecraft/class_2789;official cLdtu;c:Ldtu;
-
-
Field Details
-
color
private final int color- Mappings:
Namespace Name Mixin selector named colorLnet/minecraft/world/border/WorldBorderStage;color:Iintermediary field_12755Lnet/minecraft/class_2789;field_12755:Iofficial dLdtu;d:I
-
-
Constructor Details
-
WorldBorderStage
private WorldBorderStage(int color) - Mappings:
Namespace Name Mixin selector named <init>Lnet/minecraft/world/border/WorldBorderStage;<init>(Ljava/lang/String;II)Vintermediary <init>Lnet/minecraft/class_2789;<init>(Ljava/lang/String;II)Vofficial <init>Ldtu;<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
-
getColor
public int getColor()- Mappings:
Namespace Name Mixin selector named getColorLnet/minecraft/world/border/WorldBorderStage;getColor()Iintermediary method_11999Lnet/minecraft/class_2789;method_11999()Iofficial aLdtu;a()I
-