![]() |
Gridarta Editor
|
Insert right above the topmost floor square. More...
Public Member Functions | |
AboveFloorInsertionMode (@Nullable final GameObjectMatcher floorGameObjectMatcher) | |
Initializes the class. More... | |
String | toString () |
Package Functions | |
public< G extends GameObject< G, A, R >, A extends MapArchObject< A >, R extends Archetype< G, A, R > > void | insert (@NotNull final G gameObject, @NotNull final MapSquare< G, A, R > mapSquare) |
Private Attributes | |
final GameObjectMatcher | floorGameObjectMatcher |
A GameObjectMatcher matching floor game objects. More... | |
Static Private Attributes | |
static final long | serialVersionUID = 1L |
The serial version UID. More... | |
Additional Inherited Members | |
![]() | |
< G extends GameObject< G, A, R > A extends | MapArchObject< A > |
Insert right above the topmost floor square.
Inserts bottommost if no floor square exists.
Definition at line 34 of file AboveFloorInsertionMode.java.
net.sf.gridarta.model.mapmodel.AboveFloorInsertionMode.AboveFloorInsertionMode | ( | @Nullable final GameObjectMatcher | floorGameObjectMatcher | ) |
Initializes the class.
floorGameObjectMatcher | the floor matcher to use |
Definition at line 52 of file AboveFloorInsertionMode.java.
References net.sf.gridarta.model.mapmodel.AboveFloorInsertionMode.floorGameObjectMatcher.
|
package |
Implements net.sf.gridarta.model.mapmodel.InsertionMode.
Definition at line 57 of file AboveFloorInsertionMode.java.
References net.sf.gridarta.model.mapmodel.AboveFloorInsertionMode.floorGameObjectMatcher.
String net.sf.gridarta.model.mapmodel.AboveFloorInsertionMode.toString | ( | ) |
Definition at line 73 of file AboveFloorInsertionMode.java.
|
private |
A GameObjectMatcher matching floor game objects.
@serial
Definition at line 46 of file AboveFloorInsertionMode.java.
Referenced by net.sf.gridarta.model.mapmodel.AboveFloorInsertionMode.AboveFloorInsertionMode(), and net.sf.gridarta.model.mapmodel.AboveFloorInsertionMode.insert().
|
staticprivate |
The serial version UID.
Definition at line 39 of file AboveFloorInsertionMode.java.