Enum Class ItemCreativeCategory

java.lang.Object
java.lang.Enum<ItemCreativeCategory>
cn.nukkit.item.customitem.data.ItemCreativeCategory
All Implemented Interfaces:
Serializable, Comparable<ItemCreativeCategory>, Constable

@PowerNukkitXOnly @Since("1.19.31-r1") public enum ItemCreativeCategory extends Enum<ItemCreativeCategory>
控制自定义物品在创造栏的大分类,例如建材栏,材料栏
可选值:1 Unknown 2 nature 3 equipment 4 items
See Also:
  • Enum Constant Details

  • Method Details

    • values

      public static ItemCreativeCategory[] values()
      Returns an array containing the constants of this enum class, in the order they are declared.
      Returns:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf

      public static ItemCreativeCategory valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - if the argument is null
    • fromID

      public static ItemCreativeCategory fromID(int num)