Uses of Enum Class
com.mojang.blaze3d.textures.AddressMode
Packages that use AddressMode
Package
Description
-
Uses of AddressMode in com.mojang.blaze3d.opengl
Methods in com.mojang.blaze3d.opengl with parameters of type AddressMode -
Uses of AddressMode in com.mojang.blaze3d.textures
Fields in com.mojang.blaze3d.textures declared as AddressModeModifier and TypeFieldDescriptionprotected AddressMode
GpuTexture.addressModeU
protected AddressMode
GpuTexture.addressModeV
Methods in com.mojang.blaze3d.textures that return AddressModeModifier and TypeMethodDescriptionstatic AddressMode
Returns the enum constant of this class with the specified name.static AddressMode[]
AddressMode.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.mojang.blaze3d.textures with parameters of type AddressModeModifier and TypeMethodDescriptionvoid
GpuTexture.setAddressMode
(AddressMode addressMode) void
GpuTexture.setAddressMode
(AddressMode addressModeU, AddressMode addressModeV) -
Uses of AddressMode in net.minecraft.client.texture
Methods in net.minecraft.client.texture with parameters of type AddressModeModifier and TypeMethodDescriptionvoid
GlTexture.setAddressMode
(AddressMode addressModeU, AddressMode addressModeV)