1package com.osroyale.game.action.impl;
3import com.osroyale.game.Animation;
4import com.osroyale.game.Graphic;
5import com.osroyale.game.action.Action;
6import com.osroyale.game.action.policy.WalkablePolicy;
7import com.osroyale.game.world.entity.mob.player.Player;
18 private final int animation;
23 private final int graphic;
33 super(player, 3,
true);
34 this.animation = animation;
35 this.graphic = graphic;
40 if (animation != -1) {
Action(T mob, int delay, boolean instant)
WalkablePolicy getWalkablePolicy()
EmoteAction(Player player, int animation, int graphic)
synchronized final void cancel()