| Constructor and Description |
|---|
NibbleArray(byte[] array) |
NibbleArray(int length) |
| Modifier and Type | Method and Description |
|---|---|
NibbleArray |
copy() |
void |
copyFrom(byte[] bytes) |
void |
copyFrom(NibbleArray array) |
void |
fill(byte value) |
byte |
get(int index) |
byte[] |
getData() |
void |
set(int index,
byte value) |
public NibbleArray(int length)
public NibbleArray(byte[] array)
public byte get(int index)
public void set(int index,
byte value)
public void fill(byte value)
public void copyFrom(byte[] bytes)
public void copyFrom(NibbleArray array)
public byte[] getData()
public NibbleArray copy()
Copyright © 2021 GeyserMC. All rights reserved.