Class AttackEvent

java.lang.Object
games.stendhal.client.events.Event<RPEntity>
games.stendhal.client.events.AttackEvent

public class AttackEvent extends Event<RPEntity>
Client side attack event
  • Constructor Details

    • AttackEvent

      public AttackEvent()
  • Method Details

    • execute

      public void execute()
      Description copied from class: Event
      executes the event
      Specified by:
      execute in class Event<RPEntity>