Class GlTextureView

java.lang.Object
com.mojang.blaze3d.textures.GpuTextureView
net.minecraft.client.texture.GlTextureView
All Implemented Interfaces:
AutoCloseable

@Environment(CLIENT) public class GlTextureView extends GpuTextureView
Mappings:
Namespace Name
named net/minecraft/client/texture/GlTextureView
intermediary net/minecraft/class_11391
official fmk
  • 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

      protected GlTextureView(GlTexture texture, int baseMipLevel, int mipLevels)
      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 class GpuTextureView
    • close

      public void close()
      Specified by:
      close in interface AutoCloseable
      Specified by:
      close in class GpuTextureView
    • texture

      public GlTexture texture()
      Overrides:
      texture in class GpuTextureView
      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;