Uses of Enum Class
org.geysermc.geyser.level.chunk.bitarray.BitArrayVersion
-
Uses of BitArrayVersion in org.geysermc.geyser.level.chunk
-
Uses of BitArrayVersion in org.geysermc.geyser.level.chunk.bitarray
Modifier and TypeMethodDescriptionstatic BitArrayVersion
BitArrayVersion.forBitsCeil(int bits)
static BitArrayVersion
BitArrayVersion.get(int version, boolean read)
BitArray.getVersion()
PaddedBitArray.getVersion()
Pow2BitArray.getVersion()
SingletonBitArray.getVersion()
BitArrayVersion.next()
static BitArrayVersion
Returns the enum constant of this class with the specified name.static BitArrayVersion[]
BitArrayVersion.values()
Returns an array containing the constants of this enum class, in the order they are declared.