Uses of Class
games.stendhal.server.util.Observable
Package
Description
Entities are all the interactive objects of the gaming world
(including players, NPCs, creatures, items, signs, chests, portals, ...)
-
Uses of Observable in games.stendhal.server.core.pathfinder
Modifier and TypeMethodDescriptionvoid
GoToPosition.update(Observable o, Object arg)
update functionvoid
MultiZonesFixedPath.update(Observable o, Object arg)
void
MultiZonesFixedPathsList.update(Observable arg0, Object arg1)
a kind of iterator over list -
Uses of Observable in games.stendhal.server.entity
-
Uses of Observable in games.stendhal.server.entity.npc.interaction
Modifier and TypeMethodDescriptionvoid
NPCChatting.update(Observable o, Object arg)
void
NPCFollowing.update(Observable o, Object arg)
-
Uses of Observable in games.stendhal.server.maps.quests.piedpiper
-
Uses of Observable in games.stendhal.server.util