Uses of Enum Class
net.minecraft.client.renderer.texture.NativeImage.PixelFormat
Packages that use NativeImage.PixelFormat
-
Uses of NativeImage.PixelFormat in net.minecraft.client.renderer.texture
Fields in net.minecraft.client.renderer.texture declared as NativeImage.PixelFormatMethods in net.minecraft.client.renderer.texture that return NativeImage.PixelFormatModifier and TypeMethodDescriptionNativeImage.format()private static NativeImage.PixelFormatNativeImage.PixelFormat.getStbFormat(int p_211646_0_) static NativeImage.PixelFormatReturns 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.Methods in net.minecraft.client.renderer.texture with parameters of type NativeImage.PixelFormatModifier and TypeMethodDescriptionstatic NativeImageNativeImage.read(NativeImage.PixelFormat p_211679_0_, InputStream p_211679_1_) static NativeImageNativeImage.read(NativeImage.PixelFormat p_211677_0_, ByteBuffer p_211677_1_) Constructors in net.minecraft.client.renderer.texture with parameters of type NativeImage.PixelFormatModifierConstructorDescriptionNativeImage(NativeImage.PixelFormat p_i49763_1_, int p_i49763_2_, int p_i49763_3_, boolean p_i49763_4_) privateNativeImage(NativeImage.PixelFormat p_i49764_1_, int p_i49764_2_, int p_i49764_3_, boolean p_i49764_4_, long p_i49764_5_)