Uses of Class
org.xjge.core.TerminalCommand
Package | Description |
---|---|
org.xjge.core |
Contains various classes, objects, and utilities many of which are essential
to the function of the engine.
|
-
Uses of TerminalCommand in org.xjge.core
Fields in org.xjge.core with type parameters of type TerminalCommand Modifier and Type Field Description protected java.util.Map<java.lang.String,TerminalCommand>
TerminalCommand. commands
Methods in org.xjge.core with parameters of type TerminalCommand Modifier and Type Method Description static void
XJGE. addCommand(java.lang.String name, TerminalCommand command)
Adds a new user-defined command that can be accessed through the enginesTerminal
and used to debug the application at runtime.