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