Uses of Enum Class
com.mojang.blaze3d.textures.AddressMode
Packages that use AddressMode
-
Uses of AddressMode in com.mojang.blaze3d.opengl
Methods in com.mojang.blaze3d.opengl with parameters of type AddressModeModifier and TypeMethodDescriptionvoid
GlTexture.setAddressMode
(AddressMode p_409820_, AddressMode p_409765_) static int
GlConst.toGl
(AddressMode p_412266_) -
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 p_404822_) void
GpuTexture.setAddressMode
(AddressMode p_405632_, AddressMode p_404723_)