1package com.runehive.game.world.entity.mob;
3import com.runehive.game.world.entity.mob.npc.definition.NpcDefinition;
5import java.util.EnumSet;
35 this.turn90CW = turn90cw;
36 this.turn90CCW = turn90ccw;
54 this.walk = definition.
getWalk();
90 if (this.stand !=
stand)
96 if (this.turn !=
turn)
102 if (this.walk !=
walk)
static final int PLAYER_TURN_180
static final int PLAYER_TURN_90_CCW
void setTurn180(int turn180)
static final int PLAYER_RUN
static final int PLAYER_STAND
final EnumSet< UpdateFlag > updateFlags
void setTurn90CW(int turn90cw)
static final int PLAYER_TURN
static final int PLAYER_TURN_90_CW
void setTurn90CCW(int turn90ccw)
void setNpcAnimations(NpcDefinition definition)
MobAnimation(EnumSet< UpdateFlag > updateFlags)
static final int PLAYER_WALK
Contains the npc definitions.