Uses of Class
games.stendhal.server.core.pathfinder.Node
Package
Description
Entities are all the interactive objects of the gaming world
(including players, NPCs, creatures, items, signs, chests, portals, ...)
-
Uses of Node in games.stendhal.server.core.pathfinder
Modifier and TypeMethodDescriptionFixedPath.getCurrentGoal()
Get the current goal.FixedPath.getDestination()
Get the final destination point.Node[]
FixedPath.getNodes()
Get the array of nodes that make up the path.EntityGuide.nextNode()
Get the next node on the path.EntityGuide.prevNode()
Get the previous node on the path.Modifier and TypeMethodDescriptionRPZonePath.get()
FixedPath.getNodeList()
Get the list of nodes that make up the path.Pathfinder.getPath()
RPZonePath.getPath()
Path.searchPath(StendhalRPZone zone, int startX, int startY, int destX, int destY, double maxDistance)
Find an one tile wide path.Path.searchPath(Entity entity, int ex, int ey)
Finds a path for the Entityentity
.Path.searchPath(Entity entity, int x, int y, Rectangle2D destination, double maxDistance)
Finds a path for the Entityentity
.Path.searchPath(Entity sourceEntity, StendhalRPZone zone, int x, int y, Rectangle2D destination, double maxDistance, boolean withEntities)
Finds a path for the Entityentity
.Path.searchPath(Entity entity, Entity dest, double maxDistance)
Finds a path for the Entityentity
to the other Entitydest
.ModifierConstructorDescriptionGoToPosition(GuidedEntity entity, Node position, Observer o)
Constructor -
Uses of Node in games.stendhal.server.core.scripting.lua
Modifier and TypeMethodDescriptionstatic Node
LuaTableHelper.pairToNode(org.luaj.vm2.LuaTable lt)
Converts a Lua table pair ({num, num}) to `Node`.Modifier and TypeMethodDescriptionLuaTableHelper.pairsToNodes(org.luaj.vm2.LuaTable lt)
Converts a Lua table of table pairs ({{int, int}, {int, int}}) to list of nodes (`List`). -
Uses of Node in games.stendhal.server.entity
Modifier and TypeMethodDescriptionEntity.getAdjacentNodes()
Get horizontal & vertical nodes immediately adjacent to entity's current X,Y coordinates. -
Uses of Node in games.stendhal.server.entity.npc
-
Uses of Node in games.stendhal.server.maps.quests.piedpiper
Modifier and TypeMethodDescriptionstatic Node
PathsBuildHelper.getAdosTownHallMiddlePoint()
it is a point where piper should go after speaking with mayor.