Package net.minecraft.client.render
Enum Class BlockRenderLayerGroup
- All Implemented Interfaces:
Serializable
,Comparable<BlockRenderLayerGroup>
,Constable
- Mappings:
Namespace Name named net/minecraft/client/render/BlockRenderLayerGroup
intermediary net/minecraft/class_11531
official hba
-
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 TypeMethodDescriptiongetName()
static BlockRenderLayerGroup
Returns the enum constant of this class with the specified name.static BlockRenderLayerGroup[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
OPAQUE
- Mappings:
Namespace Name Mixin selector named OPAQUE
Lnet/minecraft/client/render/BlockRenderLayerGroup;OPAQUE:Lnet/minecraft/client/render/BlockRenderLayerGroup;
intermediary field_61022
Lnet/minecraft/class_11531;field_61022:Lnet/minecraft/class_11531;
official a
Lhba;a:Lhba;
-
TRANSLUCENT
- Mappings:
Namespace Name Mixin selector named TRANSLUCENT
Lnet/minecraft/client/render/BlockRenderLayerGroup;TRANSLUCENT:Lnet/minecraft/client/render/BlockRenderLayerGroup;
intermediary field_61023
Lnet/minecraft/class_11531;field_61023:Lnet/minecraft/class_11531;
official b
Lhba;b:Lhba;
-
TRIPWIRE
- Mappings:
Namespace Name Mixin selector named TRIPWIRE
Lnet/minecraft/client/render/BlockRenderLayerGroup;TRIPWIRE:Lnet/minecraft/client/render/BlockRenderLayerGroup;
intermediary field_61024
Lnet/minecraft/class_11531;field_61024:Lnet/minecraft/class_11531;
official c
Lhba;c:Lhba;
-
-
Field Details
-
name
- Mappings:
Namespace Name Mixin selector named name
Lnet/minecraft/client/render/BlockRenderLayerGroup;name:Ljava/lang/String;
intermediary field_61025
Lnet/minecraft/class_11531;field_61025:Ljava/lang/String;
official d
Lhba;d:Ljava/lang/String;
-
layers
- Mappings:
Namespace Name Mixin selector named layers
Lnet/minecraft/client/render/BlockRenderLayerGroup;layers:[Lnet/minecraft/client/render/BlockRenderLayer;
intermediary field_61026
Lnet/minecraft/class_11531;field_61026:[Lnet/minecraft/class_11515;
official e
Lhba;e:[Lhaz;
-
-
Constructor Details
-
BlockRenderLayerGroup
- Mappings:
Namespace Name Mixin selector named <init>
Lnet/minecraft/client/render/BlockRenderLayerGroup;<init>(Ljava/lang/String;I[Lnet/minecraft/client/render/BlockRenderLayer;)V
intermediary <init>
Lnet/minecraft/class_11531;<init>(Ljava/lang/String;I[Lnet/minecraft/class_11515;)V
official <init>
Lhba;<init>(Ljava/lang/String;I[Lhaz;)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
-
getName
- Mappings:
Namespace Name Mixin selector named getName
Lnet/minecraft/client/render/BlockRenderLayerGroup;getName()Ljava/lang/String;
intermediary method_72166
Lnet/minecraft/class_11531;method_72166()Ljava/lang/String;
official a
Lhba;a()Ljava/lang/String;
-
getLayers
- Mappings:
Namespace Name Mixin selector named getLayers
Lnet/minecraft/client/render/BlockRenderLayerGroup;getLayers()[Lnet/minecraft/client/render/BlockRenderLayer;
intermediary method_72167
Lnet/minecraft/class_11531;method_72167()[Lnet/minecraft/class_11515;
official b
Lhba;b()[Lhaz;
-
getFramebuffer
- Mappings:
Namespace Name Mixin selector named getFramebuffer
Lnet/minecraft/client/render/BlockRenderLayerGroup;getFramebuffer()Lnet/minecraft/client/gl/Framebuffer;
intermediary method_72168
Lnet/minecraft/class_11531;method_72168()Lnet/minecraft/class_276;
official c
Lhba;c()Lfmq;
-