mixins: Add getZ for tile items

This commit is contained in:
Owain van Brakel
2022-03-21 19:00:49 +01:00
parent 6f25710b86
commit a3a12fdeb7
3 changed files with 12 additions and 9 deletions

View File

@@ -11,6 +11,9 @@ public interface RSItemLayer extends ItemLayer
@Import("y")
int getY();
@Import("z")
int getZ();
@Import("tag")
@Override
long getHash();