Interface RedstoneWire

    • Method Detail

      • getFace

        RedstoneWire.Connection getFace​(BlockFace face)
        Checks the type of connection on the specified face.
        Parameters:
        face - to check
        Returns:
        connection type
      • setFace

        void setFace​(BlockFace face,
                     RedstoneWire.Connection connection)
        Sets the type of connection on the specified face.
        Parameters:
        face - to set
        connection - the connection type
      • getAllowedFaces

        Set<BlockFace> getAllowedFaces()
        Gets all of this faces which may be set on this block.
        Returns:
        all allowed faces