RSTile: setWallObject
This commit is contained in:
@@ -73,6 +73,13 @@ public interface Tile extends TileObject
|
||||
*/
|
||||
WallObject getWallObject();
|
||||
|
||||
/**
|
||||
* Sets the object on the wall layer of the tile.
|
||||
*
|
||||
* @param wallObject the ground object
|
||||
*/
|
||||
void setWallObject(WallObject wallObject);
|
||||
|
||||
/**
|
||||
* Gets the scene paint of the tile.
|
||||
*
|
||||
|
||||
@@ -35,6 +35,10 @@ public interface RSTile extends Tile
|
||||
@Import("boundaryObject")
|
||||
@Override
|
||||
WallObject getWallObject();
|
||||
|
||||
@Import("boundaryObject")
|
||||
@Override
|
||||
void setWallObject(WallObject object);
|
||||
|
||||
@Import("paint")
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user