Uses of Enum Class
games.stendhal.common.TradeState
Packages that use TradeState
Package
Description
common classes for both server and client.
Events are notifications send from the server to the clients.
-
Uses of TradeState in games.stendhal.client.gui.trade
Methods in games.stendhal.client.gui.trade with parameters of type TradeStateModifier and TypeMethodDescriptionvoidTradingController.setState(IEntity user, IEntity partner, TradeState myState, TradeState partnerState) Set the new trading state. -
Uses of TradeState in games.stendhal.common
Methods in games.stendhal.common that return TradeStateModifier and TypeMethodDescriptionstatic TradeStateReturns the enum constant of this class with the specified name.static TradeState[]TradeState.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of TradeState in games.stendhal.server.entity.player
Methods in games.stendhal.server.entity.player that return TradeStateModifier and TypeMethodDescriptionPlayer.getTradeState()gets the state of player to player trades -
Uses of TradeState in games.stendhal.server.events
Constructors in games.stendhal.server.events with parameters of type TradeStateModifierConstructorDescriptionTradeStateChangeEvent(int partnerId, TradeState userTradeState, TradeState partnerTradeState) Creates a new trade state change event.