some methods, like getHeight() can not be found, any ways to fix it/declare it?
the way i'm using it when an issue comes up is:
Actor under = getOneObjectAOffset (0, getHeight() / 2, muffin.class);
error: cannot find symbol - method getHeight()
any help would be cool