Uses of Enum Class
net.minecraft.client.texture.TextureType
Packages that use TextureType
Package
Description
-
Uses of TextureType in com.mojang.blaze3d.platform
Methods in com.mojang.blaze3d.platform with parameters of type TextureTypeModifier and TypeMethodDescriptionstatic intGlConst.toGlExternalId(TextureType type) static intGlConst.toGlInternalId(TextureType type) static intGlConst.toGlType(TextureType type) -
Uses of TextureType in net.minecraft.client.gl
Methods in net.minecraft.client.gl with parameters of type TextureTypeModifier and TypeMethodDescriptionGlBackend.createTexture(@Nullable String label, TextureType type, int width, int height, int mipLevels) GlBackend.createTexture(@Nullable Supplier<String> labelGetter, TextureType type, int width, int height, int mipLevels) RenderBackend.createTexture(@Nullable String label, TextureType type, int width, int height, int mipLevels) RenderBackend.createTexture(@Nullable Supplier<String> labelGetter, TextureType type, int width, int height, int mipLevels) -
Uses of TextureType in net.minecraft.client.texture
Fields in net.minecraft.client.texture declared as TextureTypeMethods in net.minecraft.client.texture that return TextureTypeModifier and TypeMethodDescriptionDrawableTexture.getType()static TextureTypeReturns the enum constant of this class with the specified name.static TextureType[]TextureType.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in net.minecraft.client.texture with parameters of type TextureTypeModifierConstructorDescriptionDrawableTexture(String name, TextureType type, int width, int height, int mipLevels) protectedGlTexture(String name, TextureType type, int width, int height, int mipLevels, int glId)