Uses of Enum Class
net.minecraft.client.renderer.texture.NativeImage.PixelFormat
-
Uses of NativeImage.PixelFormat in net.minecraft.client.renderer.texture
Modifier and TypeMethodDescriptionNativeImage.format()
private static NativeImage.PixelFormat
NativeImage.PixelFormat.getStbFormat
(int p_211646_0_) static NativeImage.PixelFormat
Returns the enum constant of this class with the specified name.static NativeImage.PixelFormat[]
NativeImage.PixelFormat.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionstatic NativeImage
NativeImage.read
(NativeImage.PixelFormat p_211679_0_, InputStream p_211679_1_) static NativeImage
NativeImage.read
(NativeImage.PixelFormat p_211677_0_, ByteBuffer p_211677_1_) ModifierConstructorDescriptionNativeImage
(NativeImage.PixelFormat p_i49763_1_, int p_i49763_2_, int p_i49763_3_, boolean p_i49763_4_) private
NativeImage
(NativeImage.PixelFormat p_i49764_1_, int p_i49764_2_, int p_i49764_3_, boolean p_i49764_4_, long p_i49764_5_)