Uses of Enum Class
net.minecraft.client.texture.TextureType
Packages that use TextureType
Package
Description
The base package for all Minecraft classes.
-
Uses of TextureType in com.mojang.blaze3d.platform
Methods in com.mojang.blaze3d.platform with parameters of type TextureTypeModifier and TypeMethodDescriptionstatic intGlConst.toGlExternalId(TextureType textureType) static intGlConst.toGlInternalId(TextureType textureType) static intGlConst.toGlType(TextureType textureType) -
Uses of TextureType in net.minecraft
Methods in net.minecraft with parameters of type TextureTypeModifier and TypeMethodDescriptionclass_10865.method_68385(@Nullable String string, TextureType textureType, int int2, int int3, int int4) class_10882.method_68385(@Nullable String string, TextureType textureType, int int2, int int3, int int4) class_10865.method_68388(@Nullable Supplier<String> supplier, TextureType textureType, int int2, int int3, int int4) class_10882.method_68388(@Nullable Supplier<String> supplier, TextureType textureType, int int2, int int3, int int4) Constructors in net.minecraft with parameters of type TextureTypeModifierConstructorDescriptionprotectedclass_10868(String string, TextureType textureType, int int2, int int3, int int4, int int5) -
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)