Package com.sk89q.jnbt
Class LongTag
java.lang.Object
com.sk89q.jnbt.Tag
com.sk89q.jnbt.LongTag
- All Implemented Interfaces:
com.sk89q.worldedit.util.nbt.BinaryTagLike
Deprecated.
The
TAG_Long
tag.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncom.sk89q.worldedit.util.nbt.LongBinaryTag
Deprecated.getValue()
Deprecated.Gets the value of this tag.
-
Constructor Details
-
LongTag
public LongTag(long value)Deprecated.Creates the tag with an empty name.- Parameters:
value
- the value of the tag
-
LongTag
public LongTag(com.sk89q.worldedit.util.nbt.LongBinaryTag adventureTag)Deprecated.
-
-
Method Details
LongBinaryTag
.