Class Wool

    • Constructor Detail

      • Wool

        public Wool()
        Deprecated.
      • Wool

        public Wool​(DyeColor color)
        Deprecated.
      • Wool

        public Wool​(Material type)
        Deprecated.
      • Wool

        @Deprecated
        public Wool​(Material type,
                    byte data)
        Deprecated.
        Magic value
        Parameters:
        type - the type
        data - the raw data value
    • Method Detail

      • getColor

        public DyeColor getColor()
        Deprecated.
        Gets the current color of this dye
        Specified by:
        getColor in interface Colorable
        Returns:
        DyeColor of this dye
      • setColor

        public void setColor​(DyeColor color)
        Deprecated.
        Sets the color of this dye
        Specified by:
        setColor in interface Colorable
        Parameters:
        color - New color of this dye