Uses of Class
games.stendhal.server.entity.Outfit
Packages that use Outfit
Package
Description
Entities are all the interactive objects of the gaming world
(including players, NPCs, creatures, items, signs, chests, portals, ...)
This package contains conditions frequently used in quests.
(C) Copyright 2023 - Stendhal *
*
This program is free software; you can redistribute it and/or modify *
it under the terms of the GNU General Public License as published by *
the Free Software Foundation; either version 2 of the License, or *
(at your option) any later version.
-
Uses of Outfit in games.stendhal.server.entity
Methods in games.stendhal.server.entity that return OutfitModifier and TypeMethodDescriptionDressedEntity.getOriginalOutfit()Retrieves the entity's original outfit.DressedEntity.getOutfit()Gets this entity's outfit.static OutfitOutfit.getRandomOutfit()Create a random unisex outfit, with a 'normal' face and unisex body hair number (1 to 26) selection of hairs which look ok with both goblin face and cute face (later hairs only look right with cute face) head numbers (1 to 15) to avoid the cut eye, pink eyes, weird green eyeshadow etc dress numbers (1 to 16) from the early outfits before lady player base got introduced i.e.Gets the result that you get when you wear this outfit over another outfit.Outfit.removeOutfit(Outfit other) Gets the result that you get when you remove (parts of) an outfit.Outfit.removeOutfit(Integer... layers) Gets the result that you get when you remove (parts of) an outfit.Methods in games.stendhal.server.entity with parameters of type OutfitModifier and TypeMethodDescriptionbooleanChecks whether this outfit is equal to or part of another outfit.Gets the result that you get when you wear this outfit over another outfit.Outfit.removeOutfit(Outfit other) Gets the result that you get when you remove (parts of) an outfit.voidSets this entity's outfit.voidMakes this player wear the given outfit.voidDressedEntity.setOutfitWithDetail(Outfit outfit, boolean temporary) -
Uses of Outfit in games.stendhal.server.entity.npc.action
Constructors in games.stendhal.server.entity.npc.action with parameters of type OutfitModifierConstructorDescriptionChangePlayerOutfitAction(Outfit outfit, boolean addOutfit, boolean temporaryOutfit) Creates a new ChangePlayerOutfitActionChangePlayerOutfitAndPreserveTempAction(Outfit outfitChange, boolean addOutfit) -
Uses of Outfit in games.stendhal.server.entity.npc.condition
Constructors in games.stendhal.server.entity.npc.condition with parameters of type OutfitModifierConstructorDescriptionPlayerIsWearingOutfitCondition(Outfit outfit) Creates a new PlayerIsWearingOutfitCondition -
Uses of Outfit in games.stendhal.server.entity.npc.quest
Methods in games.stendhal.server.entity.npc.quest with parameters of type Outfit -
Uses of Outfit in games.stendhal.server.entity.npc.shop
Methods in games.stendhal.server.entity.npc.shop that return OutfitModifier and TypeMethodDescriptionRetrieves an outfit sold by shop.Methods in games.stendhal.server.entity.npc.shop with parameters of type Outfit -
Uses of Outfit in games.stendhal.server.entity.player
Methods in games.stendhal.server.entity.player with parameters of type OutfitModifier and TypeMethodDescriptionvoidPlayer.setOriginalOutfit(Outfit outfit) Sets the player's original outfit.voidPlayer.setOriginalOutfit(Outfit outfit, Map<String, Integer> colors) Sets the player's original outfit.voidPlayer.setTemporaryOutfit(Outfit outfit, int expireAge) Use this method to add a new temporary outfit or override an old one.voidPlayer.setTemporaryOutfit(Outfit outfit, int expireAge, boolean clearColors) Use this method to add a new temporary outfit or override an old one.