public interface CellData
| Modifier and Type | Method and Description |
|---|---|
boolean |
active()
Check if the cell is active or not
|
GroundCellData |
ground()
Get the ground layer
|
CellLayerData |
layer1()
Get the first layer object
|
InteractiveObjectData |
layer2()
Get the second layer object
Can contains an interactive object
|
boolean |
lineOfSight()
Check if the cell do not block the line of sight
|
CellMovement |
movement()
Get the permitted movement type
The value is an int in range [0 - 7]
|
@Pure boolean lineOfSight()
@Pure CellMovement movement()
@Pure boolean active()
GroundCellData ground()
CellLayerData layer1()
InteractiveObjectData layer2()
Copyright © 2022. All rights reserved.