Class Command

    • Constructor Detail

      • Command

        public Command()
        Deprecated.
      • Command

        public Command​(Material type)
        Deprecated.
      • Command

        @Deprecated
        public Command​(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 Material
        Parameters:
        bool - whether or not the command block is powered