Uses of Class
games.stendhal.server.entity.slot.EntitySlot
Package
Description
Entities are all the interactive objects of the gaming world
(including players, NPCs, creatures, items, signs, chests, portals, ...)
Management of Slots.
-
Uses of EntitySlot in games.stendhal.server.core.rp.equipping
Modifier and TypeMethodDescriptionvoid
EquipmentActionData.addSourceSlot(EntitySlot sourceSlot)
void
EquipmentActionData.setTargetSlot(EntitySlot targetSlot)
-
Uses of EntitySlot in games.stendhal.server.entity
-
Uses of EntitySlot in games.stendhal.server.entity.equip
-
Uses of EntitySlot in games.stendhal.server.entity.slot
Modifier and TypeClassDescriptionclass
a bank slot.class
A slot of a chest which is only accessible, if the chest is open.class
slot used in container items such as a walletclass
a pseudo slot which represents a location on the groundclass
Abused slots of players which contain one RPObject used as hashmap.class
A lootable slot of some creature.class
a slot of a personal chest.class
Keyring slots of players which contain items.class
Money Pouchclass
class
Slots of players which contain items.class
Slots of players which are use to offer items for trading.class
A slot of a chest which is only accessible, if the chest is open.class
the slot of the trade center in which all the offered items are stored -
Uses of EntitySlot in games.stendhal.server.util