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 fvu
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedGlTextureView(GlTexture glTexture, int baseMipLevel, int mipLevels) -
Method Summary
Modifier and TypeMethodDescriptionvoidclose()booleanisClosed()intmethod_76232(BufferManager bufferManager, @Nullable GpuTexture gpuTexture) texture()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 aLfvu;a:Z
-
field_64187
- Mappings:
Namespace Name Mixin selector named field_64187Lnet/minecraft/client/texture/GlTextureView;field_64187:Lit/unimi/dsi/fastutil/ints/Int2IntMap;intermediary field_64187Lnet/minecraft/class_11391;field_64187:Lit/unimi/dsi/fastutil/ints/Int2IntMap;official bLfvu;b:Lit/unimi/dsi/fastutil/ints/Int2IntMap;
-
-
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>Lfvu;<init>(Lfvt;II)V
-
-
Method Details
-
isClosed
public boolean isClosed()- Specified by:
isClosedin classGpuTextureView
-
close
public void close()- Specified by:
closein interfaceAutoCloseable- Specified by:
closein classGpuTextureView
-
method_76232
- Mappings:
Namespace Name Mixin selector named method_76232Lnet/minecraft/client/texture/GlTextureView;method_76232(Lnet/minecraft/client/gl/BufferManager;Lcom/mojang/blaze3d/textures/GpuTexture;)Iintermediary method_76232Lnet/minecraft/class_11391;method_76232(Lnet/minecraft/class_10874;Lcom/mojang/blaze3d/textures/GpuTexture;)Iofficial aLfvu;a(Lfvh;Lcom/mojang/blaze3d/textures/GpuTexture;)I
-
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 aLfvu;a()Lfvt;
-