public final class IntArrayTag extends Tag
TAG_Int_Array tag.| Constructor and Description |
|---|
IntArrayTag(int[] value)
Creates the tag with an empty name.
|
IntArrayTag(String name,
int[] value)
Creates the tag.
|
| Modifier and Type | Method and Description |
|---|---|
int[] |
getValue()
Gets the value of this tag.
|
String |
toString() |
public IntArrayTag(int[] value)
value - the value of the tagpublic IntArrayTag(String name, int[] value)
name - the name of the tagvalue - the value of the tagCopyright © 2010-2014. All Rights Reserved.