Constructor and Description |
---|
SetDefaultCollisionsCommand(java.lang.String name,
java.util.HashMap<CollidablePair,CollisionBehavior> behaviors,
MechModel mech) |
Modifier and Type | Method and Description |
---|---|
void |
execute()
Executes this command.
|
java.lang.String |
getName()
Gets the name associated with this command.
|
void |
undo()
Undoes the result of executing this command.
|
public SetDefaultCollisionsCommand(java.lang.String name, java.util.HashMap<CollidablePair,CollisionBehavior> behaviors, MechModel mech)