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/GlTextureViewintermediary net/minecraft/class_11391official fse
- 
Field Summary
Fields - 
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedGlTextureView(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 closedLnet/minecraft/client/texture/GlTextureView;closed:Zintermediary field_60566Lnet/minecraft/class_11391;field_60566:Zofficial aLfse;a:Z
 
 - 
 - 
Constructor Details
- 
GlTextureView
- Mappings:
 Namespace Name Mixin selector named <init>Lnet/minecraft/client/texture/GlTextureView;<init>(Lnet/minecraft/client/texture/GlTexture;II)Vintermediary <init>Lnet/minecraft/class_11391;<init>(Lnet/minecraft/class_10868;II)Vofficial <init>Lfse;<init>(Lfsd;II)V
 
 - 
 - 
Method Details
- 
isClosed
public boolean isClosed()- Specified by:
 isClosedin classGpuTextureView
 - 
close
public void close()- Specified by:
 closein interfaceAutoCloseable- Specified by:
 closein classGpuTextureView
 - 
texture
- Overrides:
 texturein classGpuTextureView- Mappings:
 Namespace Name Mixin selector named textureLnet/minecraft/client/texture/GlTextureView;texture()Lnet/minecraft/client/texture/GlTexture;intermediary method_71638Lnet/minecraft/class_11391;method_71638()Lnet/minecraft/class_10868;official aLfse;a()Lfsd;
 
 -