Package net.minecraft.client.gl
Class GpuSampler
java.lang.Object
net.minecraft.client.gl.GpuSampler
- All Implemented Interfaces:
AutoCloseable
- Direct Known Subclasses:
GlSampler
- Mappings:
Namespace Name named net/minecraft/client/gl/GpuSamplerintermediary net/minecraft/class_12137official fxn
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract voidclose()abstract AddressModeabstract AddressModeabstract FilterModeabstract FilterModeabstract int
-
Constructor Details
-
GpuSampler
public GpuSampler()
-
-
Method Details
-
getAddressModeU
- Mappings:
Namespace Name Mixin selector named getAddressModeULnet/minecraft/client/gl/GpuSampler;getAddressModeU()Lcom/mojang/blaze3d/textures/AddressMode;intermediary method_75286Lnet/minecraft/class_12137;method_75286()Lcom/mojang/blaze3d/textures/AddressMode;official bLfxn;b()Lcom/mojang/blaze3d/textures/AddressMode;
-
getAddressModeV
- Mappings:
Namespace Name Mixin selector named getAddressModeVLnet/minecraft/client/gl/GpuSampler;getAddressModeV()Lcom/mojang/blaze3d/textures/AddressMode;intermediary method_75287Lnet/minecraft/class_12137;method_75287()Lcom/mojang/blaze3d/textures/AddressMode;official cLfxn;c()Lcom/mojang/blaze3d/textures/AddressMode;
-
getMinFilterMode
- Mappings:
Namespace Name Mixin selector named getMinFilterModeLnet/minecraft/client/gl/GpuSampler;getMinFilterMode()Lcom/mojang/blaze3d/textures/FilterMode;intermediary method_75288Lnet/minecraft/class_12137;method_75288()Lcom/mojang/blaze3d/textures/FilterMode;official dLfxn;d()Lcom/mojang/blaze3d/textures/FilterMode;
-
getMagFilterMode
- Mappings:
Namespace Name Mixin selector named getMagFilterModeLnet/minecraft/client/gl/GpuSampler;getMagFilterMode()Lcom/mojang/blaze3d/textures/FilterMode;intermediary method_75289Lnet/minecraft/class_12137;method_75289()Lcom/mojang/blaze3d/textures/FilterMode;official eLfxn;e()Lcom/mojang/blaze3d/textures/FilterMode;
-
method_76230
public abstract int method_76230()- Mappings:
Namespace Name Mixin selector named method_76230Lnet/minecraft/client/gl/GpuSampler;method_76230()Iintermediary method_76230Lnet/minecraft/class_12137;method_76230()Iofficial fLfxn;f()I
-
close
public abstract void close()- Specified by:
closein interfaceAutoCloseable
-