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 fws
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract voidclose()abstract AddressModeabstract AddressModeabstract FilterModeabstract FilterMode
-
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 bLfws;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 cLfws;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 dLfws;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 eLfws;e()Lcom/mojang/blaze3d/textures/FilterMode;
-
close
public abstract void close()- Specified by:
closein interfaceAutoCloseable
-