RuneHive-Game
Loading...
Searching...
No Matches
BooleanInterface.java
Go to the documentation of this file.
1
package
com.runehive.util.generic;
2
3
public
interface
BooleanInterface
<T> {
4
5
boolean
activated
(
final
T player);
6
7
}
com.runehive.util.generic.BooleanInterface
Definition
BooleanInterface.java:3
com.runehive.util.generic.BooleanInterface.activated
boolean activated(final T player)