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 fwi
  • Field Details

    • field_64518

      private static final int field_64518
      See Also:
      Mappings:
      Namespace Name Mixin selector
      named field_64518 Lnet/minecraft/client/texture/GlTextureView;field_64518:I
      intermediary field_64518 Lnet/minecraft/class_11391;field_64518:I
      official a Lfwi;a:I
    • 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 b Lfwi;b:Z
    • field_64519

      private int field_64519
      Mappings:
      Namespace Name Mixin selector
      named field_64519 Lnet/minecraft/client/texture/GlTextureView;field_64519:I
      intermediary field_64519 Lnet/minecraft/class_11391;field_64519:I
      official c Lfwi;c:I
    • field_64520

      private int field_64520
      Mappings:
      Namespace Name Mixin selector
      named field_64520 Lnet/minecraft/client/texture/GlTextureView;field_64520:I
      intermediary field_64520 Lnet/minecraft/class_11391;field_64520:I
      official d Lfwi;d:I
    • field_64187

      private Int2IntMap field_64187
      Mappings:
      Namespace Name Mixin selector
      named field_64187 Lnet/minecraft/client/texture/GlTextureView;field_64187:Lit/unimi/dsi/fastutil/ints/Int2IntMap;
      intermediary field_64187 Lnet/minecraft/class_11391;field_64187:Lit/unimi/dsi/fastutil/ints/Int2IntMap;
      official e Lfwi;e:Lit/unimi/dsi/fastutil/ints/Int2IntMap;
  • Constructor Details

    • GlTextureView

      protected GlTextureView(GlTexture glTexture, 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> Lfwi;<init>(Lfwh;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
    • method_76232

      public int method_76232(BufferManager bufferManager, @Nullable GpuTexture gpuTexture)
      Mappings:
      Namespace Name Mixin selector
      named method_76232 Lnet/minecraft/client/texture/GlTextureView;method_76232(Lnet/minecraft/client/gl/BufferManager;Lcom/mojang/blaze3d/textures/GpuTexture;)I
      intermediary method_76232 Lnet/minecraft/class_11391;method_76232(Lnet/minecraft/class_10874;Lcom/mojang/blaze3d/textures/GpuTexture;)I
      official a Lfwi;a(Lfvv;Lcom/mojang/blaze3d/textures/GpuTexture;)I
    • method_76597

      private int method_76597(BufferManager bufferManager, int int2)
      Mappings:
      Namespace Name Mixin selector
      named method_76597 Lnet/minecraft/client/texture/GlTextureView;method_76597(Lnet/minecraft/client/gl/BufferManager;I)I
      intermediary method_76597 Lnet/minecraft/class_11391;method_76597(Lnet/minecraft/class_10874;I)I
      official a Lfwi;a(Lfvv;I)I
    • 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 Lfwi;a()Lfwh;