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 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 addressMode) voidGpuTexture.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 TypeMethodDescriptionvoidGlTexture.setAddressMode(AddressMode addressModeU, AddressMode addressModeV)