Class EngineConsole.CCMDMapping

java.lang.Object
com.blackrook.engine.EngineConsole.CCMDMapping
Enclosing class:
EngineConsole

public static class EngineConsole.CCMDMapping extends Object
Mapping for console commands to methods.
Author:
Matthew Tropiano
  • Method Details

    • getDescription

      public String getDescription()
      Gets the description of this command.
      Returns:
      the description.
    • getUsage

      public String[] getUsage()
      Gets the usage blurb of this command.
      Returns:
      the usage entries.