public interface TilePath extends TileFeature
objects ID
: current objects ID located over the tileblocking
: flag to know if tile can block pathThis allows to know easily which objects are on tile.
Modifier and Type | Method and Description |
---|---|
void |
addObjectId(Integer id)
Add an object ID over this tile.
|
String |
getCategory()
Get the category name.
|
Collection<Integer> |
getObjectsId()
Get the objects ID over this tile.
|
void |
removeObjectId(Integer id)
Remove an object ID from this tile.
|
void addObjectId(Integer id)
id
- The object ID reference to add.void removeObjectId(Integer id)
id
- The object ID reference to remove.Collection<Integer> getObjectsId()
String getCategory()
Copyright © 2016 Byron 3D Games Studio. All rights reserved.