public class IntArrayTag extends Tag<int[]>
| Constructor and Description |
|---|
IntArrayTag(String name,
int[] value)
Creates the tag.
|
| Modifier and Type | Method and Description |
|---|---|
IntArrayTag |
clone()
Clones the Tag
|
boolean |
equals(Object other) |
int[] |
getValue()
Gets the value of this tag.
|
String |
toString() |
public IntArrayTag(String name, int[] value)
name - The name.value - The value.public int[] getValue()
Tagpublic IntArrayTag clone()
TagCopyright © 2011–2014 Flow Powered. All rights reserved.