Uses of Class
com.aranai.dungeonator.event.DCommandEvent

Packages that use DCommandEvent
com.aranai.dungeonator.generator   
 

Uses of DCommandEvent in com.aranai.dungeonator.generator
 

Methods in com.aranai.dungeonator.generator with parameters of type DCommandEvent
 void DungeonChunkEditor.cmdCancel(DCommandEvent cmd)
          Command: Cancel Edit This will cancel the editing process.
 void DungeonChunkEditor.cmdExits(DCommandEvent cmd)
          Command: Exits Parent command for getting, setting, and removing exit data for the current chunk.
 void DungeonChunkEditor.cmdLoad(DCommandEvent cmd)
          Command: Load DungeonChunk This will activate the editor with a specified chunk loaded.
 void DungeonChunkEditor.cmdNew(DCommandEvent cmd)
          Command: New DungeonChunk This will activate the editor with a blank chunk.
 void DungeonChunkEditor.cmdSave(DCommandEvent cmd)
          Command: Save DungeonChunk This will save the current DungeonChunk.
 void DungeonChunkEditor.onCommand(DCommandEvent cmd)
          Process an edit command.