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