Uses of Class
games.stendhal.server.entity.item.token.Token
Packages that use Token
-
Uses of Token in games.stendhal.server.entity.item.token
Classes in games.stendhal.server.entity.item.token with type parameters of type TokenModifier and TypeInterfaceDescriptionstatic interfaceToken.TokenMoveListener<T extends Token>A listener that will be notified on token move.Subclasses of Token in games.stendhal.server.entity.item.tokenMethods in games.stendhal.server.entity.item.token with type parameters of type TokenModifier and TypeMethodDescription<T extends Token>
voidToken.setTokenMoveListener(Token.TokenMoveListener<T> tokenMoveListener) Sets a TokenMoveListener.Constructors in games.stendhal.server.entity.item.token with parameters of type Token -
Uses of Token in games.stendhal.server.maps.quests
Fields in games.stendhal.server.maps.quests with type parameters of type TokenMethods in games.stendhal.server.maps.quests with parameters of type TokenModifier and TypeMethodDescriptionvoidReverseArrow.onTokenMoved(Player player, Token token) The player moved a token.