Uses of Enum Class
net.minecraft.client.texture.TextureClampMode
Packages that use TextureClampMode
-
Uses of TextureClampMode in com.mojang.blaze3d.platform
Methods in com.mojang.blaze3d.platform with parameters of type TextureClampMode -
Uses of TextureClampMode in net.minecraft.client.texture
Fields in net.minecraft.client.texture declared as TextureClampModeModifier and TypeFieldDescriptionprotected TextureClampModeDrawableTexture.clampedUprotected TextureClampModeDrawableTexture.clampedVMethods in net.minecraft.client.texture that return TextureClampModeModifier and TypeMethodDescriptionstatic TextureClampModeReturns the enum constant of this class with the specified name.static TextureClampMode[]TextureClampMode.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in net.minecraft.client.texture with parameters of type TextureClampModeModifier and TypeMethodDescriptionvoidDrawableTexture.setClamp(TextureClampMode uv) voidDrawableTexture.setClamp(TextureClampMode u, TextureClampMode v) voidGlTexture.setClamp(TextureClampMode u, TextureClampMode v)