Package | Description |
---|---|
org.cell2d | |
org.cell2d.basic | |
org.cell2d.space | |
org.cell2d.space.basic |
Modifier and Type | Method and Description |
---|---|
EventGroup<T,U> |
Thinker.getFrameEvents()
Returns the EventGroup of this Thinker's frame Events.
|
Modifier and Type | Class and Description |
---|---|
class |
BasicEventGroup
A BasicEventGroup is a type of EventGroup that can contain BasicEvents.
|
Modifier and Type | Method and Description |
---|---|
EventGroup<T,U> |
SpaceState.getBeforeMovementEvents()
Returns the EventGroup of this SpaceState's before-movement Events.
|
EventGroup<T,U> |
SpaceThinker.getBeforeMovementEvents()
Returns the EventGroup of this SpaceThinker's before-movement Events.
|
EventGroup<T,U> |
ThinkerObject.getBeforeMovementEvents()
Returns the EventGroup of this ThinkerObject's before-movement Events.
|
EventGroup<T,U> |
ThinkerObject.getFrameEvents()
Returns the EventGroup of this ThinkerObject's frame Events.
|
Modifier and Type | Class and Description |
---|---|
class |
BasicSpaceEventGroup
A BasicSpaceEventGroup is a type of EventGroup that can contain
BasicSpaceEvents.
|