类 Dye

所有已实现的接口:
Cloneable, Colorable

@Deprecated public class Dye extends MaterialData implements Colorable
已过时。
all usage of MaterialData is deprecated and subject to removal. Use BlockData.
Represents dye
  • 构造器详细资料

    • Dye

      public Dye()
      已过时。
    • Dye

      public Dye(Material type)
      已过时。
    • Dye

      @Deprecated public Dye(Material type, byte data)
      已过时。
      Magic value
      参数:
      type - the type
      data - the raw data value
    • Dye

      public Dye(DyeColor color)
      已过时。
      参数:
      color - color of the dye
  • 方法详细资料

    • getColor

      public DyeColor getColor()
      已过时。
      Gets the current color of this dye
      指定者:
      getColor 在接口中 Colorable
      返回:
      DyeColor of this dye
    • setColor

      public void setColor(DyeColor color)
      已过时。
      Sets the color of this dye
      指定者:
      setColor 在接口中 Colorable
      参数:
      color - New color of this dye
    • toString

      public String toString()
      已过时。
      覆盖:
      toString 在类中 MaterialData
    • clone

      public Dye clone()
      已过时。
      覆盖:
      clone 在类中 MaterialData