Package com.sk89q.jnbt
Class ByteArrayTag
java.lang.Object
com.sk89q.jnbt.Tag
com.sk89q.jnbt.ByteArrayTag
The
TAG_Byte_Array
tag.-
Constructor Summary
-
Method Summary
-
Constructor Details
-
ByteArrayTag
public ByteArrayTag(byte[] value) Creates the tag with an empty name.- Parameters:
value
- the value of the tag
-
-
Method Details