Skip to content

Latest commit

 

History

History
116 lines (116 loc) · 5.84 KB

cn.nukkit.level.util.BitArrayVersion.md

File metadata and controls

116 lines (116 loc) · 5.84 KB
    • Enum Constant Summary

      Enum Constants 
      Enum Constant and Description
      V1 
      V16 
      V2 
      V3 
      V4 
      V5 
      V6 
      V8 
    • 成员函数一览

      All Methods Static Methods Instance Methods Concrete Methods 
      修饰符和类 成员函数描述
      BitArray createPalette(int size) 
      BitArray createPalette(int size, int[] words) 
      static BitArrayVersion get(int version, boolean read) 
      byte getId() 
      int getMaxEntryValue() 
      int getWordsForSize(int size) 
      BitArrayVersion next() 
      static BitArrayVersion valueOf(String name)
      Returns the enum constant of this type with the specified name.
      static BitArrayVersion[] values()
      Returns an array containing the constants of this enum type, in the order they are declared.
      • 继承自类 java.lang.Enum

        clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
      • 继承自类 java.lang.Object

        getClass, notify, notifyAll, wait, wait, wait