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 Summary
ConstructorsConstructorDescriptionChangePlayerOutfitAndPreserveTempAction(Outfit outfitChange, boolean addOutfit) -
Method Summary
-
Constructor Details
-
ChangePlayerOutfitAndPreserveTempAction
-
-
Method Details
-
fire
Description copied from interface:PostTransitionActiondoes some action after a transition.- Specified by:
firein interfaceChatAction- Specified by:
firein interfacePostTransitionAction- Parameters:
player- player who caused the transitionsentence- text he/she saidnpc- the NPC doing the transition
-
toString
-
hashCode
public int hashCode() -
equals
-