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