Class NPCSetDirection

java.lang.Object
games.stendhal.server.entity.npc.action.NPCSetDirection
All Implemented Interfaces:
ChatAction, PostTransitionAction

@Dev(category=LOCATION, label="NPC") public final class NPCSetDirection extends Object implements ChatAction
sets the direction of an NPC
Author:
hendrik
  • Constructor Details

    • NPCSetDirection

      public NPCSetDirection(Direction direction)
      sets the direction of an NPC
      Parameters:
      direction - Direction into which the NPC should look
  • Method Details