类 Dye

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

public class Dye extends MaterialData implements Colorable
代表染料
  • 构造器详细资料

    • Dye

      public Dye()
    • Dye

      @Deprecated public Dye(int type)
      已过时。
      不安全的参数
      参数:
      type - the raw type id
    • Dye

      public Dye(Material type)
    • Dye

      @Deprecated public Dye(int type, byte data)
      已过时。
      不安全的参数
      参数:
      type - the raw type id
      data - the raw data value
    • Dye

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

      public Dye(DyeColor color)
      参数:
      color - 染料的颜色
  • 方法详细资料

    • getColor

      public DyeColor getColor()
      获取这个染料的颜色.

      原文:Gets the current color of this dye

      指定者:
      getColor 在接口中 Colorable
      返回:
      这个染料的 DyeColor
    • setColor

      public void setColor(DyeColor color)
      设置这个染料的颜色

      原文: Sets the color of this dye

      指定者:
      setColor 在接口中 Colorable
      参数:
      color - 新颜色
    • toString

      public String toString()
      覆盖:
      toString 在类中 MaterialData
    • clone

      public Dye clone()
      覆盖:
      clone 在类中 MaterialData