Package net.glowstone.util.nbt
Class ByteArrayTag
java.lang.Object
net.glowstone.util.nbt.Tag<byte[]>
net.glowstone.util.nbt.ByteArrayTag
The
TAG_Byte_Array
tag.-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
ByteArrayTag
public ByteArrayTag(byte... value) Creates the tag.- Parameters:
value
- The value.
-
-
Method Details
-
valueToString
- Overrides:
valueToString
in classTag<byte[]>
-
getValue
public byte[] getValue()The value.
-