Uses of Enum Class
com.mojang.blaze3d.textures.TextureFormat
Packages that use TextureFormat
Package
Description
-
Uses of TextureFormat in com.mojang.blaze3d.opengl
Methods in com.mojang.blaze3d.opengl with parameters of type TextureFormatModifier and TypeMethodDescriptionstatic intGlConst.toGlExternalId(TextureFormat textureFormat) static intGlConst.toGlInternalId(TextureFormat textureFormat) static intGlConst.toGlType(TextureFormat textureFormat) -
Uses of TextureFormat in com.mojang.blaze3d.systems
Methods in com.mojang.blaze3d.systems with parameters of type TextureFormatModifier and TypeMethodDescriptionGpuDevice.createTexture(@Nullable String string, TextureFormat textureFormat, int int2, int int3, int int4) GpuDevice.createTexture(@Nullable Supplier<String> supplier, TextureFormat textureFormat, int int2, int int3, int int4) -
Uses of TextureFormat in com.mojang.blaze3d.textures
Fields in com.mojang.blaze3d.textures declared as TextureFormatMethods in com.mojang.blaze3d.textures that return TextureFormatModifier and TypeMethodDescriptionGpuTexture.getFormat()static TextureFormatReturns the enum constant of this class with the specified name.static TextureFormat[]TextureFormat.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in com.mojang.blaze3d.textures with parameters of type TextureFormatModifierConstructorDescriptionGpuTexture(String string, TextureFormat textureFormat, int int2, int int3, int int4) -
Uses of TextureFormat in net.minecraft.client.gl
Methods in net.minecraft.client.gl with parameters of type TextureFormatModifier and TypeMethodDescriptionGlBackend.createTexture(@Nullable String string, TextureFormat textureFormat, int int2, int int3, int int4) GlBackend.createTexture(@Nullable Supplier<String> supplier, TextureFormat textureFormat, int int2, int int3, int int4) -
Uses of TextureFormat in net.minecraft.client.texture
Constructors in net.minecraft.client.texture with parameters of type TextureFormatModifierConstructorDescriptionprotectedGlTexture(String string, TextureFormat textureFormat, int int2, int int3, int int4, int int5)