Package net.minecraft.client.render
Enum Class ChunkBuilderMode
- All Implemented Interfaces:
Serializable,Comparable<ChunkBuilderMode>,Constable
- Mappings:
Namespace Name named net/minecraft/client/render/ChunkBuilderModeintermediary net/minecraft/class_6597official gfq
-
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 static final IntFunction<ChunkBuilderMode> static final com.mojang.serialization.Codec<ChunkBuilderMode> private final intprivate final Text -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetText()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 named NONELnet/minecraft/client/render/ChunkBuilderMode;NONE:Lnet/minecraft/client/render/ChunkBuilderMode;intermediary field_34788Lnet/minecraft/class_6597;field_34788:Lnet/minecraft/class_6597;official aLgfq;a:Lgfq;
-
PLAYER_AFFECTED
- Mappings:
Namespace Name Mixin selector named PLAYER_AFFECTEDLnet/minecraft/client/render/ChunkBuilderMode;PLAYER_AFFECTED:Lnet/minecraft/client/render/ChunkBuilderMode;intermediary field_34789Lnet/minecraft/class_6597;field_34789:Lnet/minecraft/class_6597;official bLgfq;b:Lgfq;
-
NEARBY
- Mappings:
Namespace Name Mixin selector named NEARBYLnet/minecraft/client/render/ChunkBuilderMode;NEARBY:Lnet/minecraft/client/render/ChunkBuilderMode;intermediary field_34790Lnet/minecraft/class_6597;field_34790:Lnet/minecraft/class_6597;official cLgfq;c:Lgfq;
-
-
Field Details
-
BY_ID
- Mappings:
Namespace Name Mixin selector named BY_IDLnet/minecraft/client/render/ChunkBuilderMode;BY_ID:Ljava/util/function/IntFunction;intermediary field_64425Lnet/minecraft/class_6597;field_64425:Ljava/util/function/IntFunction;official eLgfq;e:Ljava/util/function/IntFunction;
-
CODEC
- Mappings:
Namespace Name Mixin selector named CODECLnet/minecraft/client/render/ChunkBuilderMode;CODEC:Lcom/mojang/serialization/Codec;intermediary field_64424Lnet/minecraft/class_6597;field_64424:Lcom/mojang/serialization/Codec;official dLgfq;d:Lcom/mojang/serialization/Codec;
-
id
private final int id- Mappings:
Namespace Name Mixin selector named idLnet/minecraft/client/render/ChunkBuilderMode;id:Iintermediary field_34792Lnet/minecraft/class_6597;field_34792:Iofficial fLgfq;f:I
-
text
- Mappings:
Namespace Name Mixin selector named textLnet/minecraft/client/render/ChunkBuilderMode;text:Lnet/minecraft/text/Text;intermediary field_64426Lnet/minecraft/class_6597;field_64426:Lnet/minecraft/class_2561;official gLgfq;g:Lyh;
-
-
Constructor Details
-
ChunkBuilderMode
- Mappings:
Namespace Name Mixin selector named <init>Lnet/minecraft/client/render/ChunkBuilderMode;<init>(Ljava/lang/String;IILjava/lang/String;)Vintermediary <init>Lnet/minecraft/class_6597;<init>(Ljava/lang/String;IILjava/lang/String;)Vofficial <init>Lgfq;<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
-
getText
- Mappings:
Namespace Name Mixin selector named getTextLnet/minecraft/client/render/ChunkBuilderMode;getText()Lnet/minecraft/text/Text;intermediary method_76535Lnet/minecraft/class_6597;method_76535()Lnet/minecraft/class_2561;official aLgfq;a()Lyh;
-