Package net.minecraft.client.render
Enum Class BlockRenderLayer
- All Implemented Interfaces:
Serializable,Comparable<BlockRenderLayer>,Constable
- Mappings:
Namespace Name official ammintermediary net/minecraft/class_2165named net/minecraft/client/render/BlockRenderLayer
-
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 TypeMethodDescriptiontoString()static BlockRenderLayerReturns the enum constant of this class with the specified name.static BlockRenderLayer[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
SOLID
- Mappings:
Namespace Name Mixin selector official aLamm;a:Lamm;intermediary field_9200Lnet/minecraft/class_2165;field_9200:Lnet/minecraft/class_2165;named SOLIDLnet/minecraft/client/render/BlockRenderLayer;SOLID:Lnet/minecraft/client/render/BlockRenderLayer;
-
CUTOUT_MIPPED
- Mappings:
Namespace Name Mixin selector official bLamm;b:Lamm;intermediary field_9201Lnet/minecraft/class_2165;field_9201:Lnet/minecraft/class_2165;named CUTOUT_MIPPEDLnet/minecraft/client/render/BlockRenderLayer;CUTOUT_MIPPED:Lnet/minecraft/client/render/BlockRenderLayer;
-
CUTOUT
- Mappings:
Namespace Name Mixin selector official cLamm;c:Lamm;intermediary field_9202Lnet/minecraft/class_2165;field_9202:Lnet/minecraft/class_2165;named CUTOUTLnet/minecraft/client/render/BlockRenderLayer;CUTOUT:Lnet/minecraft/client/render/BlockRenderLayer;
-
TRANSLUCENT
- Mappings:
Namespace Name Mixin selector official dLamm;d:Lamm;intermediary field_9203Lnet/minecraft/class_2165;field_9203:Lnet/minecraft/class_2165;named TRANSLUCENTLnet/minecraft/client/render/BlockRenderLayer;TRANSLUCENT:Lnet/minecraft/client/render/BlockRenderLayer;
-
-
Field Details
-
name
- Mappings:
Namespace Name Mixin selector official eLamm;e:Ljava/lang/String;intermediary field_9204Lnet/minecraft/class_2165;field_9204:Ljava/lang/String;named nameLnet/minecraft/client/render/BlockRenderLayer;name:Ljava/lang/String;
-
-
Constructor Details
-
BlockRenderLayer
- Mappings:
Namespace Name Mixin selector official <init>Lamm;<init>(Ljava/lang/String;ILjava/lang/String;)Vintermediary <init>Lnet/minecraft/class_2165;<init>(Ljava/lang/String;ILjava/lang/String;)Vnamed <init>Lnet/minecraft/client/render/BlockRenderLayer;<init>(Ljava/lang/String;ILjava/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
-
toString
- Overrides:
toStringin classEnum<BlockRenderLayer>- Mappings:
Namespace Name Mixin selector official toStringLamm;toString()Ljava/lang/String;intermediary toStringLnet/minecraft/class_2165;toString()Ljava/lang/String;named toStringLnet/minecraft/client/render/BlockRenderLayer;toString()Ljava/lang/String;
-