Uses of Enum Class
games.stendhal.common.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
Modifier and TypeMethodDescriptionvoid
TradingController.setState(IEntity user, IEntity partner, TradeState myState, TradeState partnerState)
Set the new trading state. -
Uses of TradeState in games.stendhal.common
Modifier and TypeMethodDescriptionstatic TradeState
Returns 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
Modifier and TypeMethodDescriptionPlayer.getTradeState()
gets the state of player to player trades -
Uses of TradeState in games.stendhal.server.events
ModifierConstructorDescriptionTradeStateChangeEvent(int partnerId, TradeState userTradeState, TradeState partnerTradeState)
Creates a new trade state change event.