Package com.sk89q.jnbt
Class ByteArrayTag
java.lang.Object
com.sk89q.jnbt.Tag
com.sk89q.jnbt.ByteArrayTag
- All Implemented Interfaces:
com.sk89q.worldedit.util.nbt.BinaryTagLike
Deprecated.
The
TAG_Byte_Array
tag.-
Constructor Summary
ConstructorsConstructorDescriptionByteArrayTag(byte[] value)
Deprecated.Creates the tag with an empty name.ByteArrayTag(com.sk89q.worldedit.util.nbt.ByteArrayBinaryTag adventureTag)
Deprecated. -
Method Summary
Modifier and TypeMethodDescriptioncom.sk89q.worldedit.util.nbt.ByteArrayBinaryTag
Deprecated.byte[]
getValue()
Deprecated.Gets the value of this tag.
-
Constructor Details
-
ByteArrayTag
public ByteArrayTag(byte[] value)Deprecated.Creates the tag with an empty name.- Parameters:
value
- the value of the tag
-
ByteArrayTag
public ByteArrayTag(com.sk89q.worldedit.util.nbt.ByteArrayBinaryTag adventureTag)Deprecated.
-
-
Method Details
ByteArrayBinaryTag
.