| Package | Description | 
|---|---|
| org.cell2d.space.basic | 
| Modifier and Type | Method and Description | 
|---|---|
| void | BasicThinkerObject. addSubThinkerActions(CellGame game,
                    BasicSpaceState state,
                    BasicSpaceThinker subThinker)Actions for this BasicThinkerObject to take immediately after adding a
 BasicSpaceThinker to itself, before the added BasicSpaceThinker takes its
 addedActions(). | 
| void | BasicThinkerObject. removeSubThinkerActions(CellGame game,
                       BasicSpaceState state,
                       BasicSpaceThinker subThinker)Actions for this BasicThinkerObject to take immediately before removing a
 BasicSpaceThinker from itself, after the soon-to-be-removed
 BasicSpaceThinker takes its removedActions(). |