Uses of Class
zombie.pathfind.highLevel.HLLevelTransition
Packages that use HLLevelTransition
-
Uses of HLLevelTransition in zombie.pathfind
Fields in zombie.pathfind with type parameters of type HLLevelTransition -
Uses of HLLevelTransition in zombie.pathfind.highLevel
Subclasses of HLLevelTransition in zombie.pathfind.highLevelFields in zombie.pathfind.highLevel with type parameters of type HLLevelTransitionModifier and TypeFieldDescriptionstatic final ArrayList<HLLevelTransition> HLGlobals.levelTransitionListMethods in zombie.pathfind.highLevel that return HLLevelTransitionMethod parameters in zombie.pathfind.highLevel with type arguments of type HLLevelTransitionModifier 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)