Uses of Enum Class
org.geysermc.geyser.level.chunk.bitarray.BitArrayVersion
Packages that use BitArrayVersion
-
Uses of BitArrayVersion in org.geysermc.geyser.level.chunk
Constructors in org.geysermc.geyser.level.chunk with parameters of type BitArrayVersion -
Uses of BitArrayVersion in org.geysermc.geyser.level.chunk.bitarray
Methods in org.geysermc.geyser.level.chunk.bitarray that return BitArrayVersionModifier 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.