Uses of Class
net.minecraft.client.texture.NativeImage.Format
Package | Description |
---|---|
net.minecraft.client.texture |
-
Uses of NativeImage.Format in net.minecraft.client.texture
Fields in net.minecraft.client.texture declared as NativeImage.Format Modifier and Type Field Description private NativeImage.Format
NativeImage. format
Methods in net.minecraft.client.texture that return NativeImage.Format Modifier and Type Method Description private static NativeImage.Format
NativeImage.Format. getFormat(int glFormat)
NativeImage.Format
NativeImage. getFormat()
static NativeImage.Format
NativeImage.Format. valueOf(String name)
Returns the enum constant of this type with the specified name.static NativeImage.Format[]
NativeImage.Format. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.minecraft.client.texture with parameters of type NativeImage.Format Modifier and Type Method Description static NativeImage
NativeImage. read(@Nullable NativeImage.Format format, InputStream inputStream)
static NativeImage
NativeImage. read(@Nullable NativeImage.Format format, ByteBuffer byteBuffer)
Constructors in net.minecraft.client.texture with parameters of type NativeImage.Format Constructor Description NativeImage(NativeImage.Format format, int width, int height, boolean useStb)
NativeImage(NativeImage.Format format, int width, int height, boolean useStb, long pointer)