java.lang.Object
org.cloudburstmc.server.level.provider.anvil.palette.BitArray256
public final class BitArray256
extends Object
- Author:
- https://github.com/boy0001/
-
-
Constructor Summary
Constructors
-
Method Summary
void
int
grow(int newBitsPerEntry)
void
setAt(int index,
int value)
int[]
int[]
-
Field Details
-
data
protected final long[] data
-
Constructor Details
-
BitArray256
public BitArray256(int bitsPerEntry)
-
-
Method Details
-
setAt
public final void setAt(int index,
int value)
-
getAt
public final int getAt(int index)
-
fromRaw
public final void fromRaw(int[] arr)
-
-
-
toRaw
public final int[] toRaw(int[] buffer)
-
toRaw
public final int[] toRaw()
-