Uses of Enum Class
net.minecraft.client.texture.NativeImage.Format
Packages that use NativeImage.Format
Package
Description
-
Uses of NativeImage.Format in com.mojang.blaze3d.opengl
Methods in com.mojang.blaze3d.opengl with parameters of type NativeImage.Format -
Uses of NativeImage.Format in com.mojang.blaze3d.systems
Methods in com.mojang.blaze3d.systems with parameters of type NativeImage.FormatModifier and TypeMethodDescriptionvoid
CommandEncoder.writeToTexture
(GpuTexture target, IntBuffer source, NativeImage.Format format, int mipLevel, int depth, int offsetX, int offsetY, int width, int height) -
Uses of NativeImage.Format in net.minecraft.client.gl
Methods in net.minecraft.client.gl with parameters of type NativeImage.FormatModifier and TypeMethodDescriptionvoid
GlCommandEncoder.writeToTexture
(GpuTexture target, IntBuffer source, NativeImage.Format format, int mipLevel, int depth, int offsetX, int offsetY, int width, int height) -
Uses of NativeImage.Format in net.minecraft.client.texture
Fields in net.minecraft.client.texture declared as NativeImage.FormatMethods in net.minecraft.client.texture that return NativeImage.FormatModifier and TypeMethodDescription(package private) static NativeImage.Format
NativeImage.Format.fromChannelCount
(int glFormat) NativeImage.getFormat()
static NativeImage.Format
Returns the enum constant of this class with the specified name.static NativeImage.Format[]
NativeImage.Format.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in net.minecraft.client.texture with parameters of type NativeImage.FormatModifier and TypeMethodDescriptionstatic NativeImage
NativeImage.read
(@Nullable NativeImage.Format format, InputStream stream) static NativeImage
NativeImage.read
(@Nullable NativeImage.Format format, ByteBuffer buffer) Constructors in net.minecraft.client.texture with parameters of type NativeImage.FormatModifierConstructorDescriptionNativeImage
(NativeImage.Format format, int width, int height, boolean useStb) NativeImage
(NativeImage.Format format, int width, int height, boolean useStb, long pointer)