Class ChangePlayerOutfitAndPreserveTempAction

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

@Dev(category=OUTFIT, label="Outfit") public class ChangePlayerOutfitAndPreserveTempAction extends Object implements ChatAction
Modify all or part of a player's outfit while preserving temporary outfits.
  • Constructor Details

    • ChangePlayerOutfitAndPreserveTempAction

      public ChangePlayerOutfitAndPreserveTempAction(Outfit outfitChange, boolean addOutfit)
  • Method Details