Merge branch 'upstream-master' into runelite
# Conflicts: # deobfuscator/src/test/java/net/runelite/deob/deobfuscators/gson/ColorTypeAdapterTest.java # deobfuscator/src/test/java/net/runelite/deob/deobfuscators/gson/InstantTypeAdapterTest.java # runelite-client/src/main/java/net/runelite/client/RuneLiteModule.java
This commit is contained in:
@@ -59,6 +59,13 @@ public interface Tile extends TileObject
|
||||
*/
|
||||
GroundObject getGroundObject();
|
||||
|
||||
/**
|
||||
* Sets the object on the ground layer of the tile.
|
||||
*
|
||||
* @param groundObject the ground object
|
||||
*/
|
||||
void setGroundObject(GroundObject groundObject);
|
||||
|
||||
/**
|
||||
* Gets the wall of the tile.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user