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 TypeMethodDescriptionstatic NativeImage
NativeImage.read
(NativeImage.Format p_85049_, InputStream p_85050_) static NativeImage
NativeImage.read
(NativeImage.Format p_85052_, ByteBuffer p_85053_) 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_)