A single signed byte
- Author:
- SyntaxError404
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class at.syntaxerror.syntaxnbt.tag.TagNumber
byteValue, doubleValue, floatValue, intValue, longValue, shortValue
-
Constructor Details
-
TagByte
public TagByte()Constructs a new tag with an initial value of0 -
TagByte
Constructs a new tag with an initial value- Parameters:
value- initial value
-
TagByte
Constructs a new tag with an initial value derived from a boolean.trueis converted to1,falseis converted to0,- Parameters:
value- initial value
-