Package net.minecraft.client.render
Enum Class ChunkBuilderMode
- All Implemented Interfaces:
Serializable,Comparable<ChunkBuilderMode>,Constable
- Mappings:
Namespace Name official dyyintermediary net/minecraft/class_6597named net/minecraft/client/render/ChunkBuilderMode
-
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
FieldsModifier and TypeFieldDescriptionprivate final intprivate static final ChunkBuilderMode[]private final String -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ChunkBuilderModeget(int id) intgetId()getName()static ChunkBuilderModeReturns the enum constant of this class with the specified name.static ChunkBuilderMode[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
NONE
- Mappings:
Namespace Name Mixin selector official aLdyy;a:Ldyy;intermediary field_34788Lnet/minecraft/class_6597;field_34788:Lnet/minecraft/class_6597;named NONELnet/minecraft/client/render/ChunkBuilderMode;NONE:Lnet/minecraft/client/render/ChunkBuilderMode;
-
PLAYER_AFFECTED
- Mappings:
Namespace Name Mixin selector official bLdyy;b:Ldyy;intermediary field_34789Lnet/minecraft/class_6597;field_34789:Lnet/minecraft/class_6597;named PLAYER_AFFECTEDLnet/minecraft/client/render/ChunkBuilderMode;PLAYER_AFFECTED:Lnet/minecraft/client/render/ChunkBuilderMode;
-
NEARBY
- Mappings:
Namespace Name Mixin selector official cLdyy;c:Ldyy;intermediary field_34790Lnet/minecraft/class_6597;field_34790:Lnet/minecraft/class_6597;named NEARBYLnet/minecraft/client/render/ChunkBuilderMode;NEARBY:Lnet/minecraft/client/render/ChunkBuilderMode;
-
-
Field Details
-
modes
- Mappings:
Namespace Name Mixin selector official dLdyy;d:[Ldyy;intermediary field_34791Lnet/minecraft/class_6597;field_34791:[Lnet/minecraft/class_6597;named modesLnet/minecraft/client/render/ChunkBuilderMode;modes:[Lnet/minecraft/client/render/ChunkBuilderMode;
-
id
private final int id- Mappings:
Namespace Name Mixin selector official eLdyy;e:Iintermediary field_34792Lnet/minecraft/class_6597;field_34792:Inamed idLnet/minecraft/client/render/ChunkBuilderMode;id:I
-
name
- Mappings:
Namespace Name Mixin selector official fLdyy;f:Ljava/lang/String;intermediary field_34793Lnet/minecraft/class_6597;field_34793:Ljava/lang/String;named nameLnet/minecraft/client/render/ChunkBuilderMode;name:Ljava/lang/String;
-
-
Constructor Details
-
ChunkBuilderMode
- Mappings:
Namespace Name Mixin selector official <init>Ldyy;<init>(Ljava/lang/String;IILjava/lang/String;)Vintermediary <init>Lnet/minecraft/class_6597;<init>(Ljava/lang/String;IILjava/lang/String;)Vnamed <init>Lnet/minecraft/client/render/ChunkBuilderMode;<init>(Ljava/lang/String;IILjava/lang/String;)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
-
getId
public int getId()- Mappings:
Namespace Name Mixin selector official aLdyy;a()Iintermediary method_38522Lnet/minecraft/class_6597;method_38522()Inamed getIdLnet/minecraft/client/render/ChunkBuilderMode;getId()I
-
getName
- Mappings:
Namespace Name Mixin selector official bLdyy;b()Ljava/lang/String;intermediary method_38524Lnet/minecraft/class_6597;method_38524()Ljava/lang/String;named getNameLnet/minecraft/client/render/ChunkBuilderMode;getName()Ljava/lang/String;
-
get
- Mappings:
Namespace Name Mixin selector official aLdyy;a(I)Ldyy;intermediary method_38523Lnet/minecraft/class_6597;method_38523(I)Lnet/minecraft/class_6597;named getLnet/minecraft/client/render/ChunkBuilderMode;get(I)Lnet/minecraft/client/render/ChunkBuilderMode;
-