Interface VerbalDesignSupportAdapter.DesignAnalyzer

    • Method Detail

      • analyze

        boolean analyze​(GameComponent gc,
                        java.lang.StringBuilder b)
        Analyzes the component and appends a verbal description to the supplied string builder.
        Parameters:
        gc - the component to analyze
        b - a buffer to use to build up the description
        Returns:
        true if the design is considered valid, false otherwise