Uses of Enum Class
com.mojang.blaze3d.platform.NativeImage.Format
Packages that use NativeImage.Format
-
Uses of NativeImage.Format in com.mojang.blaze3d.platform
Fields in com.mojang.blaze3d.platform declared as NativeImage.FormatMethods in com.mojang.blaze3d.platform that return NativeImage.FormatModifier and TypeMethodDescriptionNativeImage.format()(package private) static NativeImage.FormatNativeImage.Format.getStbFormat(int p_85168_) static NativeImage.FormatReturns 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.Methods in com.mojang.blaze3d.platform with parameters of type NativeImage.FormatModifier and TypeMethodDescriptionstatic NativeImageNativeImage.read(NativeImage.Format p_85049_, InputStream p_85050_) static NativeImageNativeImage.read(NativeImage.Format p_85052_, ByteBuffer p_85053_) Constructors in com.mojang.blaze3d.platform with parameters of type NativeImage.FormatModifierConstructorDescriptionNativeImage(NativeImage.Format p_84972_, int p_84973_, int p_84974_, boolean p_84975_) privateNativeImage(NativeImage.Format p_84977_, int p_84978_, int p_84979_, boolean p_84980_, long p_84981_)