Class DumpCommand
java.lang.Object
za.co.wethinkcode.robots.server.commands.internal.DumpCommand
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidDump callsformatDumpString(World)internally, then makes a shallow call toServerRendererformatDumpString(World world) Take in a World and return the appropriately formatted dump string
-
Constructor Details
-
DumpCommand
public DumpCommand()
-
-
Method Details
-
execute
Dump callsformatDumpString(World)internally, then makes a shallow call toServerRenderer- Parameters:
world- the World this command is being executed on
-
formatDumpString
Take in a World and return the appropriately formatted dump string- Parameters:
world- theWorldthis command is being executed on- Returns:
- a String representation of the dump command
-