Uses of Enum Class
net.minecraft.client.texture.NativeImage.GLFormat
Packages that use NativeImage.GLFormat
-
Uses of NativeImage.GLFormat in com.mojang.blaze3d.platform
Methods in com.mojang.blaze3d.platform with parameters of type NativeImage.GLFormatModifier and TypeMethodDescriptionstatic voidTextureUtil.prepareImage(NativeImage.GLFormat internalFormat, int id, int width, int height)static voidTextureUtil.prepareImage(NativeImage.GLFormat internalFormat, int id, int maxLevel, int width, int height) -
Uses of NativeImage.GLFormat in net.minecraft.client.texture
Methods in net.minecraft.client.texture that return NativeImage.GLFormatModifier and TypeMethodDescriptionstatic NativeImage.GLFormatReturns the enum constant of this class with the specified name.static NativeImage.GLFormat[]NativeImage.GLFormat.values()Returns an array containing the constants of this enum class, in the order they are declared.