Package net.minecraft.client.gl
Class CompiledShader
java.lang.Object
net.minecraft.client.gl.CompiledShader
- All Implemented Interfaces:
AutoCloseable
- Mappings:
Namespace Name named net/minecraft/client/gl/CompiledShaderintermediary net/minecraft/class_10141official fsc
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final intprivate intprivate final Identifierstatic final CompiledShaderprivate final ShaderType -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
CLOSED
private static final int CLOSED- See Also:
- Mappings:
Namespace Name Mixin selector named CLOSEDLnet/minecraft/client/gl/CompiledShader;CLOSED:Iintermediary field_53827Lnet/minecraft/class_10141;field_53827:Iofficial bLfsc;b:I
-
INVALID_SHADER
- Mappings:
Namespace Name Mixin selector named INVALID_SHADERLnet/minecraft/client/gl/CompiledShader;INVALID_SHADER:Lnet/minecraft/client/gl/CompiledShader;intermediary field_57880Lnet/minecraft/class_10141;field_57880:Lnet/minecraft/class_10141;official aLfsc;a:Lfsc;
-
id
- Mappings:
Namespace Name Mixin selector named idLnet/minecraft/client/gl/CompiledShader;id:Lnet/minecraft/util/Identifier;intermediary field_53828Lnet/minecraft/class_10141;field_53828:Lnet/minecraft/class_2960;official cLfsc;c:Lamj;
-
handle
private int handle- Mappings:
Namespace Name Mixin selector named handleLnet/minecraft/client/gl/CompiledShader;handle:Iintermediary field_53829Lnet/minecraft/class_10141;field_53829:Iofficial dLfsc;d:I
-
shaderType
- Mappings:
Namespace Name Mixin selector named shaderTypeLnet/minecraft/client/gl/CompiledShader;shaderType:Lcom/mojang/blaze3d/shaders/ShaderType;intermediary field_57881Lnet/minecraft/class_10141;field_57881:Lcom/mojang/blaze3d/shaders/ShaderType;official eLfsc;e:Lcom/mojang/blaze3d/shaders/ShaderType;
-
-
Constructor Details
-
CompiledShader
- Mappings:
Namespace Name Mixin selector named <init>Lnet/minecraft/client/gl/CompiledShader;<init>(ILnet/minecraft/util/Identifier;Lcom/mojang/blaze3d/shaders/ShaderType;)Vintermediary <init>Lnet/minecraft/class_10141;<init>(ILnet/minecraft/class_2960;Lcom/mojang/blaze3d/shaders/ShaderType;)Vofficial <init>Lfsc;<init>(ILamj;Lcom/mojang/blaze3d/shaders/ShaderType;)V
-
-
Method Details
-
close
public void close()- Specified by:
closein interfaceAutoCloseable
-
getId
- Mappings:
Namespace Name Mixin selector named getIdLnet/minecraft/client/gl/CompiledShader;getId()Lnet/minecraft/util/Identifier;intermediary method_62881Lnet/minecraft/class_10141;method_62881()Lnet/minecraft/class_2960;official aLfsc;a()Lamj;
-
getHandle
public int getHandle()- Mappings:
Namespace Name Mixin selector named getHandleLnet/minecraft/client/gl/CompiledShader;getHandle()Iintermediary method_62883Lnet/minecraft/class_10141;method_62883()Iofficial bLfsc;b()I
-
getDebugLabel
- Mappings:
Namespace Name Mixin selector named getDebugLabelLnet/minecraft/client/gl/CompiledShader;getDebugLabel()Ljava/lang/String;intermediary method_68423Lnet/minecraft/class_10141;method_68423()Ljava/lang/String;official cLfsc;c()Ljava/lang/String;
-