Class ResetBlockChatAction

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

public class ResetBlockChatAction extends Object implements ChatAction
Resets a block to its initial position
Author:
madmetzger
  • Constructor Details

    • ResetBlockChatAction

      public ResetBlockChatAction(Block block)
      Create a new Action to reset the given Block
      Parameters:
      block - The Block to reset
  • Method Details