Uses of Enum Class
com.mojang.blaze3d.platform.NativeImage.Format
-
Uses of NativeImage.Format in com.mojang.blaze3d.platform
Modifier and TypeMethodDescriptionNativeImage.format()
(package private) static NativeImage.Format
NativeImage.Format.getStbFormat
(int p_85168_) static NativeImage.Format
Returns the enum constant of this class with the specified name.static NativeImage.Format[]
NativeImage.Format.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionprivate static void
GlStateManager._upload
(int p_287672_, int p_287577_, int p_287618_, int p_287777_, int p_287707_, NativeImage.Format p_287692_, IntBuffer p_287674_, Consumer<IntBuffer> p_287588_) static NativeImage
NativeImage.read
(NativeImage.Format p_85049_, InputStream p_85050_) static NativeImage
NativeImage.read
(NativeImage.Format p_85052_, ByteBuffer p_85053_) static void
GlStateManager.upload
(int p_287776_, int p_287602_, int p_287633_, int p_287778_, int p_287752_, NativeImage.Format p_287608_, IntBuffer p_287753_, Consumer<IntBuffer> p_287739_) ModifierConstructorDescriptionNativeImage
(NativeImage.Format p_84972_, int p_84973_, int p_84974_, boolean p_84975_) private
NativeImage
(NativeImage.Format p_84977_, int p_84978_, int p_84979_, boolean p_84980_, long p_84981_)