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 TypeMethodDescriptionvoidGlTexture.setAddressMode(AddressMode p_409820_, AddressMode p_409765_) static intGlConst.toGl(AddressMode pAddressMode) -
Uses of AddressMode in com.mojang.blaze3d.textures
Fields in com.mojang.blaze3d.textures declared as AddressModeModifier and TypeFieldDescriptionprotected AddressModeGpuTexture.addressModeUprotected AddressModeGpuTexture.addressModeVMethods in com.mojang.blaze3d.textures that return AddressModeModifier and TypeMethodDescriptionstatic AddressModeReturns 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 TypeMethodDescriptionvoidGpuTexture.setAddressMode(AddressMode pAddressMode) voidGpuTexture.setAddressMode(AddressMode pAddressModeU, AddressMode pAddressModeV)