@Environment(value=CLIENT) public class TextureResourceMetadata extends Object
Modifier and Type | Field and Description |
---|---|
private boolean |
blur |
private boolean |
clamp |
static TextureResourceMetadataReader |
READER |
Constructor and Description |
---|
TextureResourceMetadata(boolean blur,
boolean bool) |
Modifier and Type | Method and Description |
---|---|
boolean |
shouldBlur() |
boolean |
shouldClamp() |
public static final TextureResourceMetadataReader READER
private final boolean blur
private final boolean clamp