project: Mixins for HD
This commit is contained in:
@@ -1439,4 +1439,16 @@ public interface RSClient extends RSGameEngine, Client
|
||||
|
||||
@Import("readStringIntParameters")
|
||||
RSIterableNodeHashTable readStringIntParameters(RSBuffer buffer, RSIterableNodeHashTable table);
|
||||
|
||||
@Import("rndHue")
|
||||
int getRndHue();
|
||||
|
||||
@Import("Tiles_underlays")
|
||||
byte[][][] getTileUnderlays();
|
||||
|
||||
@Import("Tiles_overlays")
|
||||
byte[][][] getTileOverlays();
|
||||
|
||||
@Import("Tiles_shapes")
|
||||
byte[][][] getTileShapes();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user