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 Filter no class found

I've been called a god before.
Joined
Aug 5, 2014
Messages
3,212
Code:
Exception in thread "AWT-EventQueue-0" java.lang.NoClassDefFoundError: com/runem
ate/game/api/hybrid/util/Filter
 
I've been called a god before.
Joined
Aug 5, 2014
Messages
3,212
Yeah i shall just use this:
Code:
Inventory.newQuery().filter(a -> a.getDefinition().getName().contains("memory"))
 
Top