Class ExamineChatAction

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

@Dev(category=CHAT, label="Image") public class ExamineChatAction extends Object implements ChatAction
Opens an examine window on the client showing an image
Author:
hendrik
  • Constructor Details

    • ExamineChatAction

      public ExamineChatAction(String image, String title, String caption)
      Creates a new ExamineChatAction
      Parameters:
      image - the image to display
      title - the title
      caption - text to display along the image
  • Method Details