Uses of Class
net.minecraft.client.texture.NativeImage.GLFormat
Package | Description |
---|---|
com.mojang.blaze3d.platform | |
net.minecraft.client.texture |
-
Uses of NativeImage.GLFormat in com.mojang.blaze3d.platform
Methods in com.mojang.blaze3d.platform with parameters of type NativeImage.GLFormat Modifier and Type Method Description static 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.GLFormat Modifier and Type Method Description static NativeImage.GLFormat
NativeImage.GLFormat. valueOf(String name)
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.