Package net.minecraft.client.render
Enum Class BlockRenderLayer
- All Implemented Interfaces:
Serializable
,Comparable<BlockRenderLayer>
,Constable
- Mappings:
Namespace Name named net/minecraft/client/render/BlockRenderLayer
intermediary net/minecraft/class_11515
official haz
-
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 boolean
private final String
private final RenderPipeline
private final int
private final boolean
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprivate
BlockRenderLayer
(RenderPipeline pipeline, int size, boolean mipmap, boolean translucent) -
Method Summary
Modifier and TypeMethodDescriptionint
getName()
boolean
static BlockRenderLayer
Returns 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 SOLID
Lnet/minecraft/client/render/BlockRenderLayer;SOLID:Lnet/minecraft/client/render/BlockRenderLayer;
intermediary field_60923
Lnet/minecraft/class_11515;field_60923:Lnet/minecraft/class_11515;
official a
Lhaz;a:Lhaz;
-
CUTOUT_MIPPED
- Mappings:
Namespace Name Mixin selector named CUTOUT_MIPPED
Lnet/minecraft/client/render/BlockRenderLayer;CUTOUT_MIPPED:Lnet/minecraft/client/render/BlockRenderLayer;
intermediary field_60924
Lnet/minecraft/class_11515;field_60924:Lnet/minecraft/class_11515;
official b
Lhaz;b:Lhaz;
-
CUTOUT
- Mappings:
Namespace Name Mixin selector named CUTOUT
Lnet/minecraft/client/render/BlockRenderLayer;CUTOUT:Lnet/minecraft/client/render/BlockRenderLayer;
intermediary field_60925
Lnet/minecraft/class_11515;field_60925:Lnet/minecraft/class_11515;
official c
Lhaz;c:Lhaz;
-
TRANSLUCENT
- Mappings:
Namespace Name Mixin selector named TRANSLUCENT
Lnet/minecraft/client/render/BlockRenderLayer;TRANSLUCENT:Lnet/minecraft/client/render/BlockRenderLayer;
intermediary field_60926
Lnet/minecraft/class_11515;field_60926:Lnet/minecraft/class_11515;
official d
Lhaz;d:Lhaz;
-
TRIPWIRE
- Mappings:
Namespace Name Mixin selector named TRIPWIRE
Lnet/minecraft/client/render/BlockRenderLayer;TRIPWIRE:Lnet/minecraft/client/render/BlockRenderLayer;
intermediary field_60927
Lnet/minecraft/class_11515;field_60927:Lnet/minecraft/class_11515;
official e
Lhaz;e:Lhaz;
-
-
Field Details
-
pipeline
- Mappings:
Namespace Name Mixin selector named pipeline
Lnet/minecraft/client/render/BlockRenderLayer;pipeline:Lcom/mojang/blaze3d/pipeline/RenderPipeline;
intermediary field_60928
Lnet/minecraft/class_11515;field_60928:Lcom/mojang/blaze3d/pipeline/RenderPipeline;
official f
Lhaz;f:Lcom/mojang/blaze3d/pipeline/RenderPipeline;
-
size
private final int size- Mappings:
Namespace Name Mixin selector named size
Lnet/minecraft/client/render/BlockRenderLayer;size:I
intermediary field_60929
Lnet/minecraft/class_11515;field_60929:I
official g
Lhaz;g:I
-
mipmap
private final boolean mipmap- Mappings:
Namespace Name Mixin selector named mipmap
Lnet/minecraft/client/render/BlockRenderLayer;mipmap:Z
intermediary field_60930
Lnet/minecraft/class_11515;field_60930:Z
official h
Lhaz;h:Z
-
translucent
private final boolean translucent- Mappings:
Namespace Name Mixin selector named translucent
Lnet/minecraft/client/render/BlockRenderLayer;translucent:Z
intermediary field_60931
Lnet/minecraft/class_11515;field_60931:Z
official i
Lhaz;i:Z
-
name
- Mappings:
Namespace Name Mixin selector named name
Lnet/minecraft/client/render/BlockRenderLayer;name:Ljava/lang/String;
intermediary field_60932
Lnet/minecraft/class_11515;field_60932:Ljava/lang/String;
official j
Lhaz;j: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;IZZ)V
intermediary <init>
Lnet/minecraft/class_11515;<init>(Ljava/lang/String;ILcom/mojang/blaze3d/pipeline/RenderPipeline;IZZ)V
official <init>
Lhaz;<init>(Ljava/lang/String;ILcom/mojang/blaze3d/pipeline/RenderPipeline;IZZ)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 getPipeline
Lnet/minecraft/client/render/BlockRenderLayer;getPipeline()Lcom/mojang/blaze3d/pipeline/RenderPipeline;
intermediary method_72020
Lnet/minecraft/class_11515;method_72020()Lcom/mojang/blaze3d/pipeline/RenderPipeline;
official a
Lhaz;a()Lcom/mojang/blaze3d/pipeline/RenderPipeline;
-
getBufferSize
public int getBufferSize()- Mappings:
Namespace Name Mixin selector named getBufferSize
Lnet/minecraft/client/render/BlockRenderLayer;getBufferSize()I
intermediary method_72021
Lnet/minecraft/class_11515;method_72021()I
official b
Lhaz;b()I
-
getName
- Mappings:
Namespace Name Mixin selector named getName
Lnet/minecraft/client/render/BlockRenderLayer;getName()Ljava/lang/String;
intermediary method_72022
Lnet/minecraft/class_11515;method_72022()Ljava/lang/String;
official c
Lhaz;c()Ljava/lang/String;
-
isTranslucent
public boolean isTranslucent()- Mappings:
Namespace Name Mixin selector named isTranslucent
Lnet/minecraft/client/render/BlockRenderLayer;isTranslucent()Z
intermediary method_72023
Lnet/minecraft/class_11515;method_72023()Z
official d
Lhaz;d()Z
-
getTextureView
- Mappings:
Namespace Name Mixin selector named getTextureView
Lnet/minecraft/client/render/BlockRenderLayer;getTextureView()Lcom/mojang/blaze3d/textures/GpuTextureView;
intermediary method_72024
Lnet/minecraft/class_11515;method_72024()Lcom/mojang/blaze3d/textures/GpuTextureView;
official e
Lhaz;e()Lcom/mojang/blaze3d/textures/GpuTextureView;
-
getFramebuffer
- Mappings:
Namespace Name Mixin selector named getFramebuffer
Lnet/minecraft/client/render/BlockRenderLayer;getFramebuffer()Lnet/minecraft/client/gl/Framebuffer;
intermediary method_72025
Lnet/minecraft/class_11515;method_72025()Lnet/minecraft/class_276;
official f
Lhaz;f()Lfmq;
-