public class TextureMetadataSection
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static TextureMetadataSectionSerializer |
SERIALIZER |
private boolean |
textureBlur |
private boolean |
textureClamp |
Constructor and Description |
---|
TextureMetadataSection(boolean textureBlurIn,
boolean textureClampIn) |
Modifier and Type | Method and Description |
---|---|
boolean |
getTextureBlur() |
boolean |
getTextureClamp() |
public static final TextureMetadataSectionSerializer SERIALIZER
private final boolean textureBlur
private final boolean textureClamp