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