public final class IntArrayTag extends Tag<int[]>
TAG_Int_Array tag.| Constructor and Description |
|---|
IntArrayTag(int... value)
Creates the tag.
|
| Modifier and Type | Method and Description |
|---|---|
int[] |
getValue()
The value.
|
protected void |
valueToString(StringBuilder hex) |
public IntArrayTag(int... value)
value - The value.protected void valueToString(StringBuilder hex)
valueToString in class Tag<int[]>Copyright © 2021. All rights reserved.