I have several times had the error "non-static method cannot be referenced from a static context".
This is the first time that it has really annoyed me. Why am I getting this error? Better yet, what does it really mean?
Background:
I am calling an actor class's method from the world class.