RSTile: setDecorativeObject (#2967)
Co-authored-by: ImNo <kylian@iphone.nl>
This commit is contained in:
@@ -38,6 +38,13 @@ public interface Tile extends TileObject
|
||||
*/
|
||||
DecorativeObject getDecorativeObject();
|
||||
|
||||
/**
|
||||
* Sets the object on the decorative layer of the tile.
|
||||
*
|
||||
* @param decorativeObject the decorative object
|
||||
*/
|
||||
void setDecorativeObject(DecorativeObject decorativeObject);
|
||||
|
||||
/**
|
||||
* Gets all game objects on the tile.
|
||||
*
|
||||
|
||||
@@ -24,6 +24,10 @@ public interface RSTile extends Tile
|
||||
@Override
|
||||
DecorativeObject getDecorativeObject();
|
||||
|
||||
@Import("wallDecoration")
|
||||
@Override
|
||||
void setDecorativeObject(DecorativeObject object);
|
||||
|
||||
@Import("floorDecoration")
|
||||
@Override
|
||||
GroundObject getGroundObject();
|
||||
|
||||
Reference in New Issue
Block a user