LongBinaryTag
.@Deprecated public final class LongTag extends Tag
TAG_Long
tag.Constructor and Description |
---|
LongTag(long value)
Deprecated.
Creates the tag with an empty name.
|
LongTag(com.sk89q.worldedit.util.nbt.LongBinaryTag adventureTag)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
com.sk89q.worldedit.util.nbt.LongBinaryTag |
asBinaryTag()
Deprecated.
|
java.lang.Long |
getValue()
Deprecated.
Gets the value of this tag.
|