rs-api: add accessors related to tile colors

This commit is contained in:
ThatGamerBlue
2021-03-09 03:44:22 +00:00
parent e6c4282a8d
commit a02ace2619
3 changed files with 30 additions and 0 deletions

View File

@@ -1404,4 +1404,7 @@ public interface RSClient extends RSGameEngine, Client
@Construct
RSBuffer createBuffer(byte[] bytes);
@Construct
RSSceneTilePaint createSceneTilePaint(int swColor, int seColor, int neColor, int nwColor, int texture, int rgb, boolean isFlat);
}