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 fxx
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract voidclose()abstract AddressModeabstract AddressModeabstract FilterModeabstract intabstract FilterModeabstract OptionalDouble
-
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 bLfxx;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 cLfxx;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 dLfxx;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 eLfxx;e()Lcom/mojang/blaze3d/textures/FilterMode;
-
getMaxAnisotropy
public abstract int getMaxAnisotropy()- Mappings:
Namespace Name Mixin selector named getMaxAnisotropyLnet/minecraft/client/gl/GpuSampler;getMaxAnisotropy()Iintermediary method_76230Lnet/minecraft/class_12137;method_76230()Iofficial fLfxx;f()I
-
method_76519
- Mappings:
Namespace Name Mixin selector named method_76519Lnet/minecraft/client/gl/GpuSampler;method_76519()Ljava/util/OptionalDouble;intermediary method_76519Lnet/minecraft/class_12137;method_76519()Ljava/util/OptionalDouble;official gLfxx;g()Ljava/util/OptionalDouble;
-
close
public abstract void close()- Specified by:
closein interfaceAutoCloseable
-