public class IntAttribute extends Attribute
Modifier and Type | Field and Description |
---|---|
static long |
CullFace |
static java.lang.String |
CullFaceAlias |
int |
value |
Constructor and Description |
---|
IntAttribute(long type) |
IntAttribute(long type,
int value) |
Modifier and Type | Method and Description |
---|---|
Attribute |
copy() |
static IntAttribute |
createCullFace(int value) |
int |
hashCode() |
equals, equals, getAttributeAlias, getAttributeType, register, toString
public static final java.lang.String CullFaceAlias
public static final long CullFace
public int value
public IntAttribute(long type)
public IntAttribute(long type, int value)
public static IntAttribute createCullFace(int value)
public Attribute copy()
public int hashCode()
hashCode
in class java.lang.Object