Uses of Interface
com.bombinggames.wurfelengine.Command
-
Packages that use Command Package Description com.bombinggames.wurfelengine.core com.bombinggames.wurfelengine.mapeditor -
-
Uses of Command in com.bombinggames.wurfelengine.core
Methods in com.bombinggames.wurfelengine.core with parameters of type Command Modifier and Type Method Description void
Controller. executeCommand(Command cmd)
Executes the command and saves it for possible undo/redo. -
Uses of Command in com.bombinggames.wurfelengine.mapeditor
Methods in com.bombinggames.wurfelengine.mapeditor that return Command Modifier and Type Method Description Command
Tool. getCommand(Cursor cursor, AbstractPlacableTable placableTable)
-