mixins: getZ for WallDecoration

This commit is contained in:
zjustin
2022-03-20 23:47:20 +11:00
parent 44861b962e
commit 86a6081a2c
3 changed files with 10 additions and 7 deletions

View File

@@ -15,6 +15,9 @@ public interface RSWallDecoration extends DecorativeObject
@Import("y")
int getY();
@Import("z")
int getZ();
@Import("xOffset")
int getXOffset();