vitro.plane
Class DestroyAction
java.lang.Object
vitro.plane.PlaneAction
vitro.plane.DestroyAction
- All Implemented Interfaces:
- Action
public class DestroyAction
- extends PlaneAction
actors
public final Map<Actor,Position> actors
DestroyAction
public DestroyAction(Plane model,
Actor... targets)
apply
public void apply()
- Description copied from interface:
Action
- Apply this Action's change to a supplied Model or Models.
undo
public void undo()
- Description copied from interface:
Action
- Revert any changes made during apply().
hashCode
public int hashCode()
- Overrides:
hashCode
in class Object
equals
public boolean equals(Object o)
- Overrides:
equals
in class Object
toString
public String toString()
- Overrides:
toString
in class Object