Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

Sign up now!

Resolved ClassCastException in LocatableEntityQueryResults#toArray()

Primate
Joined
Oct 30, 2014
Messages
3,458
(04:57:45) java.lang.ClassCastException: [Ljava.lang.Object; cannot be cast to [Lcom.runemate.game.api.hybrid.entities.GameObject;

Code:
GameObjects.newQuery().names(trapType.getAssistingObject()).reachable().results().toArray();
 
Top