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 AddressModeModifier and TypeMethodDescriptionvoid
GlTexture.setAddressMode
(AddressMode pAddressModeU, AddressMode pAddressModeV) static int
GlConst.toGl
(AddressMode pAddressMode) -
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 pAddressMode) void
GpuTexture.setAddressMode
(AddressMode pAddressModeU, AddressMode pAddressModeV) -
Uses of AddressMode in net.neoforged.neoforge.client.blaze3d.validation
Methods in net.neoforged.neoforge.client.blaze3d.validation with parameters of type AddressModeModifier and TypeMethodDescriptionvoid
ValidationGpuTexture.setAddressMode
(AddressMode addressModeU, AddressMode addressModeV)