Class SpellCastingGroundContainerMouseState

java.lang.Object
games.stendhal.client.gui.MouseHandler
games.stendhal.client.gui.spellcasting.GroundContainerMouseState
games.stendhal.client.gui.spellcasting.SpellCastingGroundContainerMouseState
All Implemented Interfaces:
MouseListener, MouseMotionListener, EventListener

public class SpellCastingGroundContainerMouseState extends GroundContainerMouseState
State of the GroundContainer that is switched to, when a spell is selected.
Author:
madmetzger
  • Constructor Details

    • SpellCastingGroundContainerMouseState

      public SpellCastingGroundContainerMouseState(GroundContainer ground)
      Create a new SpellCastingGroundContainerMouseState acting on a given GroundContainer
      Parameters:
      ground - the GroundContainer
  • Method Details