Uses of Enum
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 void
TextureUtil.prepareImage(NativeImage.GLFormat internalFormat, int id, int width, int height)
static void
TextureUtil.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.GLFormat
Returns the enum constant of this type with the specified name.static NativeImage.GLFormat[]
NativeImage.GLFormat.values()
Returns an array containing the constants of this enum type, in the order they are declared.