Class Button

    • Constructor Detail

      • Button

        public Button()
        Deprecated.
      • Button

        public Button​(Material type)
        Deprecated.
      • Button

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

      • isPowered

        public boolean isPowered()
        Deprecated.
        Gets the current state of this Material, indicating if it's powered or unpowered
        Specified by:
        isPowered in interface Redstone
        Returns:
        true if powered, otherwise false
      • setPowered

        public void setPowered​(boolean bool)
        Deprecated.
        Sets the current state of this button
        Parameters:
        bool - whether or not the button is powered
      • getAttachedFace

        public BlockFace getAttachedFace()
        Deprecated.
        Gets the face that this block is attached on
        Specified by:
        getAttachedFace in interface Attachable
        Returns:
        BlockFace attached to
      • setFacingDirection

        public void setFacingDirection​(BlockFace face)
        Deprecated.
        Sets the direction this button is pointing toward
        Specified by:
        setFacingDirection in interface Directional
        Parameters:
        face - The facing direction