Package net.minecraft.world.border
Enum Class WorldBorderStage
- All Implemented Interfaces:
Serializable,Comparable<WorldBorderStage>,Constable
- Mappings:
Namespace Name official dgzintermediary net/minecraft/class_2789named net/minecraft/world/border/WorldBorderStage
-
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 official aLdgz;a:Ldgz;intermediary field_12754Lnet/minecraft/class_2789;field_12754:Lnet/minecraft/class_2789;named GROWINGLnet/minecraft/world/border/WorldBorderStage;GROWING:Lnet/minecraft/world/border/WorldBorderStage;
-
SHRINKING
- Mappings:
Namespace Name Mixin selector official bLdgz;b:Ldgz;intermediary field_12756Lnet/minecraft/class_2789;field_12756:Lnet/minecraft/class_2789;named SHRINKINGLnet/minecraft/world/border/WorldBorderStage;SHRINKING:Lnet/minecraft/world/border/WorldBorderStage;
-
STATIONARY
- Mappings:
Namespace Name Mixin selector official cLdgz;c:Ldgz;intermediary field_12753Lnet/minecraft/class_2789;field_12753:Lnet/minecraft/class_2789;named STATIONARYLnet/minecraft/world/border/WorldBorderStage;STATIONARY:Lnet/minecraft/world/border/WorldBorderStage;
-
-
Field Details
-
color
private final int color- Mappings:
Namespace Name Mixin selector official dLdgz;d:Iintermediary field_12755Lnet/minecraft/class_2789;field_12755:Inamed colorLnet/minecraft/world/border/WorldBorderStage;color:I
-
-
Constructor Details
-
WorldBorderStage
private WorldBorderStage(int color) - Mappings:
Namespace Name Mixin selector official <init>Ldgz;<init>(Ljava/lang/String;II)Vintermediary <init>Lnet/minecraft/class_2789;<init>(Ljava/lang/String;II)Vnamed <init>Lnet/minecraft/world/border/WorldBorderStage;<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 official aLdgz;a()Iintermediary method_11999Lnet/minecraft/class_2789;method_11999()Inamed getColorLnet/minecraft/world/border/WorldBorderStage;getColor()I
-