程序包 cn.nukkit.item

类 ItemDye

java.lang.Object
cn.nukkit.item.Item
cn.nukkit.item.ItemDye
所有已实现的接口:
BlockID, ItemID, Cloneable

public class ItemDye extends Item
作者:
MagicDroidX (Nukkit Project)
  • 字段详细资料

    • WHITE

      @Deprecated public static final int WHITE
      已过时。
    • ORANGE

      @Deprecated public static final int ORANGE
      已过时。
    • MAGENTA

      @Deprecated public static final int MAGENTA
      已过时。
    • LIGHT_BLUE

      @Deprecated public static final int LIGHT_BLUE
      已过时。
    • YELLOW

      @Deprecated public static final int YELLOW
      已过时。
    • LIME

      @Deprecated public static final int LIME
      已过时。
    • PINK

      @Deprecated public static final int PINK
      已过时。
    • GRAY

      @Deprecated public static final int GRAY
      已过时。
    • LIGHT_GRAY

      @Deprecated public static final int LIGHT_GRAY
      已过时。
    • CYAN

      @Deprecated public static final int CYAN
      已过时。
    • PURPLE

      @Deprecated public static final int PURPLE
      已过时。
    • BLUE

      @Deprecated public static final int BLUE
      已过时。
    • BROWN

      @Deprecated public static final int BROWN
      已过时。
    • GREEN

      @Deprecated public static final int GREEN
      已过时。
    • RED

      @Deprecated public static final int RED
      已过时。
    • BLACK

      @Deprecated public static final int BLACK
      已过时。
    • BONE_MEAL

      @Deprecated @PowerNukkitXOnly @Since("1.6.0.0-PNX") public static final int BONE_MEAL
      已过时。
  • 构造器详细资料

    • ItemDye

      public ItemDye()
    • ItemDye

      public ItemDye(Integer meta)
    • ItemDye

      public ItemDye(DyeColor dyeColor)
    • ItemDye

      public ItemDye(DyeColor dyeColor, int amount)
    • ItemDye

      public ItemDye(Integer meta, int amount)
    • ItemDye

      @PowerNukkitOnly @Since("1.4.0.0-PN") protected ItemDye(int id, Integer meta, int count, String name)
  • 方法详细资料