Class ShowOutfitListEvent

java.lang.Object
games.stendhal.client.events.Event<Entity>
games.stendhal.client.events.ShowOutfitListEvent

public class ShowOutfitListEvent extends Event<Entity>
  • Constructor Details

    • ShowOutfitListEvent

      public ShowOutfitListEvent()
  • Method Details

    • execute

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