Uses of Interface
zombie.iso.IsoGridSquare.GetSquare
Packages that use IsoGridSquare.GetSquare
-
Uses of IsoGridSquare.GetSquare in zombie.iso
Classes in zombie.iso that implement IsoGridSquare.GetSquareMethods in zombie.iso with parameters of type IsoGridSquare.GetSquareModifier and TypeMethodDescriptionbooleanIsoGridSquare.CalculateCollide(IsoGridSquare gridSquare, boolean bVision, boolean bPathfind, boolean bIgnoreSolidTrans, boolean bIgnoreSolid, IsoGridSquare.GetSquare getter) booleanIsoGridSquare.CalculateVisionBlocked(IsoGridSquare gridSquare, IsoGridSquare.GetSquare getter) voidIsoCell.DoGridNav(IsoGridSquare newSquare, IsoGridSquare.GetSquare getter) voidIsoGridSquare.RecalcAllWithNeighbours(boolean bDoReverse, IsoGridSquare.GetSquare getter) voidIsoGridSquare.ReCalculateCollide(IsoGridSquare square, IsoGridSquare.GetSquare getter) voidIsoGridSquare.ReCalculatePathFind(IsoGridSquare square, IsoGridSquare.GetSquare getter) voidIsoGridSquare.ReCalculateVisionBlocked(IsoGridSquare square, IsoGridSquare.GetSquare getter) booleanIsoGridSquare.testPathFindAdjacent(IsoMovingObject mover, int _x, int _y, int _z, IsoGridSquare.GetSquare getter)