Uses of Enum Class
net.minecraft.client.texture.NativeImage.InternalFormat
Packages that use NativeImage.InternalFormat
-
Uses of NativeImage.InternalFormat in com.mojang.blaze3d.platform
Methods in com.mojang.blaze3d.platform with parameters of type NativeImage.InternalFormatModifier and TypeMethodDescriptionstatic void
TextureUtil.prepareImage
(NativeImage.InternalFormat internalFormat, int id, int width, int height) static void
TextureUtil.prepareImage
(NativeImage.InternalFormat internalFormat, int id, int maxLevel, int width, int height) -
Uses of NativeImage.InternalFormat in net.minecraft.client.texture
Methods in net.minecraft.client.texture that return NativeImage.InternalFormatModifier and TypeMethodDescriptionstatic NativeImage.InternalFormat
Returns the enum constant of this class with the specified name.static NativeImage.InternalFormat[]
NativeImage.InternalFormat.values()
Returns an array containing the constants of this enum class, in the order they are declared.