rs-api: add accessors related to tile colors
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user