Uses of Class
zombie.pathfind.PMMover
Packages that use PMMover
-
Uses of PMMover in zombie.pathfind
Methods in zombie.pathfind that return PMMoverMethods in zombie.pathfind with parameters of type PMMoverModifier and TypeMethodDescriptionbooleanPolygonalMap2.canMoveBetween(PMMover mover, int x1, int y1, int z1, int x2, int y2, int z2) booleanPolygonalMap2.canNotMoveBetween(PMMover mover, int x1, int y1, int z1, int x2, int y2, int z2) booleanSquare.testPathFindAdjacent(PMMover mover, int dx, int dy, int dz) -
Uses of PMMover in zombie.pathfind.highLevel
Fields in zombie.pathfind.highLevel declared as PMMoverMethods in zombie.pathfind.highLevel with parameters of type PMMoverModifier and TypeMethodDescriptionvoidHLAStar.findPath(PMMover mover, float x1, float y1, int z1, float x2, float y2, int z2, ArrayList<HLLevelTransition> levelTransitionList, ArrayList<HLChunkLevel> chunkList, ArrayList<Boolean> bottomOfLevelTransition, boolean bRender)