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 gei
-
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 TypeFieldDescriptionstatic final com.mojang.serialization.Codec<ChunkBuilderMode> private static final IntFunction<ChunkBuilderMode> private final Textprivate final int -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic 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 aLgei;a:Lgei;
-
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 bLgei;b:Lgei;
-
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 cLgei;c:Lgei;
-
-
Field Details
-
field_64425
- Mappings:
Namespace Name Mixin selector named field_64425Lnet/minecraft/client/render/ChunkBuilderMode;field_64425:Ljava/util/function/IntFunction;intermediary field_64425Lnet/minecraft/class_6597;field_64425:Ljava/util/function/IntFunction;official eLgei;e:Ljava/util/function/IntFunction;
-
field_64424
- Mappings:
Namespace Name Mixin selector named field_64424Lnet/minecraft/client/render/ChunkBuilderMode;field_64424:Lcom/mojang/serialization/Codec;intermediary field_64424Lnet/minecraft/class_6597;field_64424:Lcom/mojang/serialization/Codec;official dLgei;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 fLgei;f:I
-
field_64426
- Mappings:
Namespace Name Mixin selector named field_64426Lnet/minecraft/client/render/ChunkBuilderMode;field_64426:Lnet/minecraft/text/Text;intermediary field_64426Lnet/minecraft/class_6597;field_64426:Lnet/minecraft/class_2561;official gLgei;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>Lgei;<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
-
method_76535
- Mappings:
Namespace Name Mixin selector named method_76535Lnet/minecraft/client/render/ChunkBuilderMode;method_76535()Lnet/minecraft/text/Text;intermediary method_76535Lnet/minecraft/class_6597;method_76535()Lnet/minecraft/class_2561;official aLgei;a()Lyh;
-