Class GpuSampler

java.lang.Object
net.minecraft.client.gl.GpuSampler
All Implemented Interfaces:
AutoCloseable
Direct Known Subclasses:
GlSampler

@Environment(CLIENT) public abstract class GpuSampler extends Object implements AutoCloseable
Mappings:
Namespace Name
named net/minecraft/client/gl/GpuSampler
intermediary net/minecraft/class_12137
official fws
  • Constructor Details

    • GpuSampler

      public GpuSampler()
  • Method Details

    • getAddressModeU

      public abstract AddressMode getAddressModeU()
      Mappings:
      Namespace Name Mixin selector
      named getAddressModeU Lnet/minecraft/client/gl/GpuSampler;getAddressModeU()Lcom/mojang/blaze3d/textures/AddressMode;
      intermediary method_75286 Lnet/minecraft/class_12137;method_75286()Lcom/mojang/blaze3d/textures/AddressMode;
      official b Lfws;b()Lcom/mojang/blaze3d/textures/AddressMode;
    • getAddressModeV

      public abstract AddressMode getAddressModeV()
      Mappings:
      Namespace Name Mixin selector
      named getAddressModeV Lnet/minecraft/client/gl/GpuSampler;getAddressModeV()Lcom/mojang/blaze3d/textures/AddressMode;
      intermediary method_75287 Lnet/minecraft/class_12137;method_75287()Lcom/mojang/blaze3d/textures/AddressMode;
      official c Lfws;c()Lcom/mojang/blaze3d/textures/AddressMode;
    • getMinFilterMode

      public abstract FilterMode getMinFilterMode()
      Mappings:
      Namespace Name Mixin selector
      named getMinFilterMode Lnet/minecraft/client/gl/GpuSampler;getMinFilterMode()Lcom/mojang/blaze3d/textures/FilterMode;
      intermediary method_75288 Lnet/minecraft/class_12137;method_75288()Lcom/mojang/blaze3d/textures/FilterMode;
      official d Lfws;d()Lcom/mojang/blaze3d/textures/FilterMode;
    • getMagFilterMode

      public abstract FilterMode getMagFilterMode()
      Mappings:
      Namespace Name Mixin selector
      named getMagFilterMode Lnet/minecraft/client/gl/GpuSampler;getMagFilterMode()Lcom/mojang/blaze3d/textures/FilterMode;
      intermediary method_75289 Lnet/minecraft/class_12137;method_75289()Lcom/mojang/blaze3d/textures/FilterMode;
      official e Lfws;e()Lcom/mojang/blaze3d/textures/FilterMode;
    • close

      public abstract void close()
      Specified by:
      close in interface AutoCloseable