枚举 CreativeCategory

java.lang.Object
java.lang.Enum<CreativeCategory>
org.bukkit.inventory.CreativeCategory
所有已实现的接口:
Serializable, Comparable<CreativeCategory>, java.lang.constant.Constable

public enum CreativeCategory extends Enum<CreativeCategory>
Represents a category in the creative inventory.
  • 嵌套类概要

    从类继承的嵌套类/接口 java.lang.Enum

    Enum.EnumDesc<E extends Enum<E>>
  • 枚举常量概要

    枚举常量
    枚举常量
    说明
    All items related to brewing and potions including all types of potions, their variants, and ingredients to brew them.
    An assortment of building blocks including dirt, bricks, planks, ores slabs, etc.
    Equipment items meant for combat including armor, swords, bows, tipped arrows, and useful enchantment books for said equipment.
    Blocks and items typically used for decorative purposes including candles, saplings, flora, fauna, fences, walls, carpets, etc.
    Food items consumable by the player including meats, berries, edible drops from creatures, etc.
    Miscellaneous items and blocks that do not fit into other categories including gems, dyes, spawn eggs, discs, banner patterns, etc.
    Blocks used and associated with redstone contraptions including buttons, levers, pressure plates, redstone components, pistons, etc.
    Equipment items meant for general utility including pickaxes, axes, hoes, flint and steel, and useful enchantment books for said tools.
    Items pertaining to transportation including minecarts, rails, boats, elytra, etc.
  • 方法概要

    修饰符和类型
    方法
    说明
    返回带有指定名称的该类型的枚举常量。
    按照声明该枚举类型的常量的顺序, 返回一个包含这些常量的数组。

    从类继承的方法 java.lang.Object

    getClass, notify, notifyAll, wait, wait, wait
  • 枚举常量详细资料

    • BUILDING_BLOCKS

      public static final CreativeCategory BUILDING_BLOCKS
      An assortment of building blocks including dirt, bricks, planks, ores slabs, etc.
    • DECORATIONS

      public static final CreativeCategory DECORATIONS
      Blocks and items typically used for decorative purposes including candles, saplings, flora, fauna, fences, walls, carpets, etc.
    • REDSTONE

      public static final CreativeCategory REDSTONE
      Blocks used and associated with redstone contraptions including buttons, levers, pressure plates, redstone components, pistons, etc.
    • TRANSPORTATION

      public static final CreativeCategory TRANSPORTATION
      Items pertaining to transportation including minecarts, rails, boats, elytra, etc.
    • MISC

      public static final CreativeCategory MISC
      Miscellaneous items and blocks that do not fit into other categories including gems, dyes, spawn eggs, discs, banner patterns, etc.
    • FOOD

      public static final CreativeCategory FOOD
      Food items consumable by the player including meats, berries, edible drops from creatures, etc.
    • TOOLS

      public static final CreativeCategory TOOLS
      Equipment items meant for general utility including pickaxes, axes, hoes, flint and steel, and useful enchantment books for said tools.
    • COMBAT

      public static final CreativeCategory COMBAT
      Equipment items meant for combat including armor, swords, bows, tipped arrows, and useful enchantment books for said equipment.
    • BREWING

      public static final CreativeCategory BREWING
      All items related to brewing and potions including all types of potions, their variants, and ingredients to brew them.
  • 方法详细资料

    • values

      public static CreativeCategory[] values()
      按照声明该枚举类型的常量的顺序, 返回一个包含这些常量的数组。
      返回:
      按照声明该枚举类型的常量的顺序返回的包含这些常量的数组
    • valueOf

      public static CreativeCategory valueOf(String name)
      返回带有指定名称的该类型的枚举常量。 字符串必须与用于声明该类型的枚举常量的 标识符完全匹配。(不允许有多余 的空格字符。)
      参数:
      name - 要返回的枚举常量的名称。
      返回:
      返回带有指定名称的枚举常量
      抛出:
      IllegalArgumentException - 如果该枚举类型没有带有指定名称的常量
      NullPointerException - 如果参数为空值