RuneHive-Tarnish
Neural OSRS Enhancement Framework
Loading...
Searching...
No Matches
ActionEffect.java
1
package
com.osroyale.content.staff;
2
3
import
com.osroyale.game.world.entity.mob.player.Player;
4
11
public
interface
ActionEffect
{
12
20
void
handle
(
final
Player
player);
21
}
com.osroyale.game.world.entity.mob.player.Player
Definition
Player.java:162
com.osroyale.content.staff.ActionEffect
Definition
ActionEffect.java:11
com.osroyale.content.staff.ActionEffect.handle
void handle(final Player player)