Uses of Enum Class
net.minecraft.TextureType
Packages that use TextureType
Package
Description
The base package for all Minecraft classes.
-
Uses of TextureType in net.minecraft
Methods in net.minecraft that return TextureTypeModifier and TypeMethodDescriptionstatic 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. -
Uses of TextureType in net.minecraft.client.texture
Fields in net.minecraft.client.texture declared as TextureTypeMethods in net.minecraft.client.texture that return TextureTypeConstructors in net.minecraft.client.texture with parameters of type TextureTypeModifierConstructorDescriptionDrawableTexture(@Nullable String debugName, TextureType type, int width, int height, int mipLevels) DrawableTexture(@Nullable Supplier<String> supplier, TextureType type, int width, int height, int mipLevels)