History - com.mojang.blaze3d.textures.GpuTexture
25w10a
Names
flj
com.mojang.blaze3d.textures.GpuTexture
net.minecraft.class_10792
net.minecraft.client.texture.DrawableTexture
Fields
TextureFormat: a, format, field_56760, type
int: b, width, field_56761, width
int: c, height, field_56762, height
int: i, mipLevels, field_56763, mipLevels
String: j, label, field_56764, name
AddressMode: d, addressModeU, field_56766, clampedU
AddressMode: e, addressModeV, field_56767, clampedV
FilterMode: f, minFilter, field_56768, nearFilter
FilterMode: g, magFilter, field_56769, farFilter
boolean: h, useMipmaps, field_56770, hasMipmap
Constructors
(String, TextureFormat, int, int, int)
Methods
int (int): a, getWidth, method_67778, getMippedWidth
int (int): b, getHeight, method_67787, getMippedHeight
int (): c, getMipLevels, method_67777, getMipLevels
TextureFormat (): d, getFormat, method_67786, getType
void (AddressMode): a, setAddressMode, method_67781, setClamp
void (AddressMode, AddressMode): a, setAddressMode, method_67782, setClamp
void (FilterMode, boolean): a, setTextureFilter, method_67784, setFilter
void (FilterMode, FilterMode, boolean): a, setTextureFilter, method_67783, setFilter
String (): e, getLabel, method_67790, getName
void (): close, close