Package net.minecraft.client.texture
Class GlTextureView
java.lang.Object
com.mojang.blaze3d.textures.GpuTextureView
net.minecraft.client.texture.GlTextureView
- All Implemented Interfaces:
AutoCloseable
- Mappings:
Namespace Name named net/minecraft/client/texture/GlTextureView
intermediary net/minecraft/class_11391
official fmk
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
GlTextureView
(GlTexture texture, int baseMipLevel, int mipLevels) -
Method Summary
Methods inherited from class com.mojang.blaze3d.textures.GpuTextureView
baseMipLevel, getHeight, getWidth, mipLevels
-
Field Details
-
closed
private boolean closed- Mappings:
Namespace Name Mixin selector named closed
Lnet/minecraft/client/texture/GlTextureView;closed:Z
intermediary field_60566
Lnet/minecraft/class_11391;field_60566:Z
official a
Lfmk;a:Z
-
-
Constructor Details
-
GlTextureView
- Mappings:
Namespace Name Mixin selector named <init>
Lnet/minecraft/client/texture/GlTextureView;<init>(Lnet/minecraft/client/texture/GlTexture;II)V
intermediary <init>
Lnet/minecraft/class_11391;<init>(Lnet/minecraft/class_10868;II)V
official <init>
Lfmk;<init>(Lfmj;II)V
-
-
Method Details
-
isClosed
public boolean isClosed()- Specified by:
isClosed
in classGpuTextureView
-
close
public void close()- Specified by:
close
in interfaceAutoCloseable
- Specified by:
close
in classGpuTextureView
-
texture
- Overrides:
texture
in classGpuTextureView
- Mappings:
Namespace Name Mixin selector named texture
Lnet/minecraft/client/texture/GlTextureView;texture()Lnet/minecraft/client/texture/GlTexture;
intermediary method_71638
Lnet/minecraft/class_11391;method_71638()Lnet/minecraft/class_10868;
official a
Lfmk;a()Lfmj;
-