Uses of Class
net.minecraft.client.renderer.texture.NativeImage.PixelFormat
-
Packages that use NativeImage.PixelFormat Package Description net.minecraft.client.renderer.texture -
-
Uses of NativeImage.PixelFormat in net.minecraft.client.renderer.texture
Fields in net.minecraft.client.renderer.texture declared as NativeImage.PixelFormat Modifier and Type Field Description private NativeImage.PixelFormat
NativeImage. format
Methods in net.minecraft.client.renderer.texture that return NativeImage.PixelFormat Modifier and Type Method Description NativeImage.PixelFormat
NativeImage. format()
private static NativeImage.PixelFormat
NativeImage.PixelFormat. getStbFormat(int p_211646_0_)
static NativeImage.PixelFormat
NativeImage.PixelFormat. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static NativeImage.PixelFormat[]
NativeImage.PixelFormat. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.minecraft.client.renderer.texture with parameters of type NativeImage.PixelFormat Modifier and Type Method Description static NativeImage
NativeImage. read(NativeImage.PixelFormat p_211679_0_, java.io.InputStream p_211679_1_)
static NativeImage
NativeImage. read(NativeImage.PixelFormat p_211677_0_, java.nio.ByteBuffer p_211677_1_)
Constructors in net.minecraft.client.renderer.texture with parameters of type NativeImage.PixelFormat Constructor Description NativeImage(NativeImage.PixelFormat p_i49763_1_, int p_i49763_2_, int p_i49763_3_, boolean p_i49763_4_)
NativeImage(NativeImage.PixelFormat p_i49764_1_, int p_i49764_2_, int p_i49764_3_, boolean p_i49764_4_, long p_i49764_5_)
-