Uses of Class
net.minecraft.client.renderer.texture.NativeImage.PixelFormatGLCode
-
Packages that use NativeImage.PixelFormatGLCode Package Description net.minecraft.client.renderer.texture -
-
Uses of NativeImage.PixelFormatGLCode in net.minecraft.client.renderer.texture
Methods in net.minecraft.client.renderer.texture that return NativeImage.PixelFormatGLCode Modifier and Type Method Description static NativeImage.PixelFormatGLCode
NativeImage.PixelFormatGLCode. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static NativeImage.PixelFormatGLCode[]
NativeImage.PixelFormatGLCode. 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.PixelFormatGLCode Modifier and Type Method Description static void
TextureUtil. prepareImage(NativeImage.PixelFormatGLCode p_225682_0_, int p_225682_1_, int p_225682_2_, int p_225682_3_)
static void
TextureUtil. prepareImage(NativeImage.PixelFormatGLCode p_225683_0_, int p_225683_1_, int p_225683_2_, int p_225683_3_, int p_225683_4_)
-