public class TextureMetadataSection extends java.lang.Object implements IMetadataSection
| Modifier and Type | Field and Description |
|---|---|
private java.util.List<java.lang.Integer> |
listMipmaps |
private boolean |
textureBlur |
private boolean |
textureClamp |
| Constructor and Description |
|---|
TextureMetadataSection(boolean p_i45102_1_,
boolean p_i45102_2_,
java.util.List<java.lang.Integer> p_i45102_3_) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<java.lang.Integer> |
getListMipmaps() |
boolean |
getTextureBlur() |
boolean |
getTextureClamp() |
private final boolean textureBlur
private final boolean textureClamp
private final java.util.List<java.lang.Integer> listMipmaps