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.FormatNativeImage. formatMethods in net.minecraft.client.texture that return NativeImage.Format Modifier and Type Method Description private static NativeImage.FormatNativeImage.Format. getFormat(int glFormat)NativeImage.FormatNativeImage. getFormat()static NativeImage.FormatNativeImage.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 NativeImageNativeImage. read(@Nullable NativeImage.Format format, InputStream inputStream)static NativeImageNativeImage. 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)