RuneHive-Game
Loading...
Searching...
No Matches
PhaseInterface.java
Go to the documentation of this file.
1
package
com.runehive.content.activity.impl.zulrah;
2
3
/**
4
* The Zulrah phase interface.
5
*
6
* @author Daniel
7
*/
8
public
interface
PhaseInterface
<T> {
9
10
/** Handles what happens in the phase. */
11
void
execute
(
final
T
activity
);
12
}
com.runehive.content.activity.impl.zulrah.PhaseInterface
The Zulrah phase interface.
Definition
PhaseInterface.java:8
com.runehive.content.activity.impl.zulrah.PhaseInterface.execute
void execute(final T activity)
Handles what happens in the phase.
com.runehive.content.activity
Definition
Activity.java:1