Update mixins/api for 170

This commit is contained in:
Adam
2018-05-10 08:28:41 -04:00
parent 440e420b2b
commit b805f786a8
9 changed files with 21 additions and 21 deletions

View File

@@ -31,7 +31,7 @@ public interface RSDecorativeObject extends DecorativeObject
{
@Import("hash")
@Override
int getHash();
long getHash();
@Import("x")
int getX();

View File

@@ -63,7 +63,7 @@ public interface RSGameObject extends GameObject
@Import("hash")
@Override
int getHash();
long getHash();
@Import("flags")
int getFlags();

View File

@@ -32,7 +32,7 @@ public interface RSGroundObject extends GroundObject
{
@Import("hash")
@Override
int getHash();
long getHash();
@Import("x")
int getX();

View File

@@ -37,7 +37,7 @@ public interface RSItemLayer extends ItemLayer
@Import("hash")
@Override
int getHash();
long getHash();
@Import("height")
int getHeight();

View File

@@ -32,7 +32,7 @@ public interface RSWallObject extends WallObject
{
@Import("hash")
@Override
int getHash();
long getHash();
@Import("x")
@Override