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 hnz
-
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 aLhnz;a:Lhnz;
-
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 bLhnz;b:Lhnz;
-
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 cLhnz;c:Lhnz;
-
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 dLhnz;d:Lhnz;
-
-
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 eLhnz;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 fLhnz;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 gLhnz;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 hLhnz;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>Lhnz;<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 aLhnz;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 bLhnz;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 cLhnz;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 dLhnz;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 eLhnz;e()Lifj;
-