Interface ConsoleCommand

    • Method Detail

      • perform

        boolean perform​(java.util.StringTokenizer parameters,
                        GameplayScreen gameplay)
        Parameters:
        parameters - the value of parameters
        gameplay - the value of gameplay
        Returns:
        the boolean
      • getCommandName

        java.lang.String getCommandName​()
        always lowercase. The name is the identifier of this command.
        Returns:
      • getManual

        java.lang.String getManual​()
        Returns: