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();
|
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.
|
* Gets all game objects on the tile.
|
||||||
*
|
*
|
||||||
|
|||||||
@@ -24,6 +24,10 @@ public interface RSTile extends Tile
|
|||||||
@Override
|
@Override
|
||||||
DecorativeObject getDecorativeObject();
|
DecorativeObject getDecorativeObject();
|
||||||
|
|
||||||
|
@Import("wallDecoration")
|
||||||
|
@Override
|
||||||
|
void setDecorativeObject(DecorativeObject object);
|
||||||
|
|
||||||
@Import("floorDecoration")
|
@Import("floorDecoration")
|
||||||
@Override
|
@Override
|
||||||
GroundObject getGroundObject();
|
GroundObject getGroundObject();
|
||||||
|
|||||||
Reference in New Issue
Block a user