类 Wool

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

@Deprecated public class Wool extends MaterialData implements Colorable
已过时。
all usage of MaterialData is deprecated and subject to removal. Use BlockData.
代表羊毛/地毯方块.
  • 构造器详细资料

    • Wool

      public Wool()
      已过时。
    • Wool

      public Wool(DyeColor color)
      已过时。
    • Wool

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

      @Deprecated public Wool(Material type, byte data)
      已过时。
      不安全的参数
      参数:
      type - the type
      data - the raw data value
  • 方法详细资料

    • 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 Wool clone()
      已过时。
      覆盖:
      clone 在类中 MaterialData