Package net.minecraft.client.render
Enum Class BlockRenderLayer
- All Implemented Interfaces:
Serializable,Comparable<BlockRenderLayer>,Constable
- Mappings:
Namespace Name named net/minecraft/client/render/BlockRenderLayerintermediary net/minecraft/class_11515official hna
-
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 Stringprivate final RenderPipelineprivate final intprivate final boolean -
Constructor Summary
ConstructorsModifierConstructorDescriptionprivateBlockRenderLayer(RenderPipeline pipeline, int size, boolean mipmap) -
Method Summary
Modifier and TypeMethodDescriptionintgetName()booleanstatic 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 named SOLIDLnet/minecraft/client/render/BlockRenderLayer;SOLID:Lnet/minecraft/client/render/BlockRenderLayer;intermediary field_60923Lnet/minecraft/class_11515;field_60923:Lnet/minecraft/class_11515;official aLhna;a:Lhna;
-
CUTOUT
- Mappings:
Namespace Name Mixin selector named CUTOUTLnet/minecraft/client/render/BlockRenderLayer;CUTOUT:Lnet/minecraft/client/render/BlockRenderLayer;intermediary field_60925Lnet/minecraft/class_11515;field_60925:Lnet/minecraft/class_11515;official bLhna;b:Lhna;
-
TRANSLUCENT
- Mappings:
Namespace Name Mixin selector named TRANSLUCENTLnet/minecraft/client/render/BlockRenderLayer;TRANSLUCENT:Lnet/minecraft/client/render/BlockRenderLayer;intermediary field_60926Lnet/minecraft/class_11515;field_60926:Lnet/minecraft/class_11515;official cLhna;c:Lhna;
-
TRIPWIRE
- Mappings:
Namespace Name Mixin selector named TRIPWIRELnet/minecraft/client/render/BlockRenderLayer;TRIPWIRE:Lnet/minecraft/client/render/BlockRenderLayer;intermediary field_60927Lnet/minecraft/class_11515;field_60927:Lnet/minecraft/class_11515;official dLhna;d:Lhna;
-
-
Field Details
-
pipeline
- Mappings:
Namespace Name Mixin selector named pipelineLnet/minecraft/client/render/BlockRenderLayer;pipeline:Lcom/mojang/blaze3d/pipeline/RenderPipeline;intermediary field_60928Lnet/minecraft/class_11515;field_60928:Lcom/mojang/blaze3d/pipeline/RenderPipeline;official eLhna;e:Lcom/mojang/blaze3d/pipeline/RenderPipeline;
-
size
private final int size- Mappings:
Namespace Name Mixin selector named sizeLnet/minecraft/client/render/BlockRenderLayer;size:Iintermediary field_60929Lnet/minecraft/class_11515;field_60929:Iofficial fLhna;f:I
-
translucent
private final boolean translucent- Mappings:
Namespace Name Mixin selector named translucentLnet/minecraft/client/render/BlockRenderLayer;translucent:Zintermediary field_60931Lnet/minecraft/class_11515;field_60931:Zofficial gLhna;g:Z
-
name
- Mappings:
Namespace Name Mixin selector named nameLnet/minecraft/client/render/BlockRenderLayer;name:Ljava/lang/String;intermediary field_60932Lnet/minecraft/class_11515;field_60932:Ljava/lang/String;official hLhna;h:Ljava/lang/String;
-
-
Constructor Details
-
BlockRenderLayer
- Mappings:
Namespace Name Mixin selector named <init>Lnet/minecraft/client/render/BlockRenderLayer;<init>(Ljava/lang/String;ILcom/mojang/blaze3d/pipeline/RenderPipeline;IZ)Vintermediary <init>Lnet/minecraft/class_11515;<init>(Ljava/lang/String;ILcom/mojang/blaze3d/pipeline/RenderPipeline;IZ)Vofficial <init>Lhna;<init>(Ljava/lang/String;ILcom/mojang/blaze3d/pipeline/RenderPipeline;IZ)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
-
getPipeline
- Mappings:
Namespace Name Mixin selector named getPipelineLnet/minecraft/client/render/BlockRenderLayer;getPipeline()Lcom/mojang/blaze3d/pipeline/RenderPipeline;intermediary method_72020Lnet/minecraft/class_11515;method_72020()Lcom/mojang/blaze3d/pipeline/RenderPipeline;official aLhna;a()Lcom/mojang/blaze3d/pipeline/RenderPipeline;
-
getBufferSize
public int getBufferSize()- Mappings:
Namespace Name Mixin selector named getBufferSizeLnet/minecraft/client/render/BlockRenderLayer;getBufferSize()Iintermediary method_72021Lnet/minecraft/class_11515;method_72021()Iofficial bLhna;b()I
-
getName
- Mappings:
Namespace Name Mixin selector named getNameLnet/minecraft/client/render/BlockRenderLayer;getName()Ljava/lang/String;intermediary method_72022Lnet/minecraft/class_11515;method_72022()Ljava/lang/String;official cLhna;c()Ljava/lang/String;
-
isTranslucent
public boolean isTranslucent()- Mappings:
Namespace Name Mixin selector named isTranslucentLnet/minecraft/client/render/BlockRenderLayer;isTranslucent()Zintermediary method_72023Lnet/minecraft/class_11515;method_72023()Zofficial dLhna;d()Z
-
method_75424
- Mappings:
Namespace Name Mixin selector named method_75424Lnet/minecraft/client/render/BlockRenderLayer;method_75424()Lnet/minecraft/client/texture/AbstractTexture;intermediary method_75424Lnet/minecraft/class_11515;method_75424()Lnet/minecraft/class_1044;official eLhna;e()Liek;
-