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 TypeMethodDescriptionboolean
IsoGridSquare.CalculateCollide
(IsoGridSquare gridSquare, boolean bVision, boolean bPathfind, boolean bIgnoreSolidTrans, boolean bIgnoreSolid, IsoGridSquare.GetSquare getter) boolean
IsoGridSquare.CalculateVisionBlocked
(IsoGridSquare gridSquare, IsoGridSquare.GetSquare getter) void
IsoCell.DoGridNav
(IsoGridSquare newSquare, IsoGridSquare.GetSquare getter) void
IsoGridSquare.RecalcAllWithNeighbours
(boolean bDoReverse, IsoGridSquare.GetSquare getter) void
IsoGridSquare.ReCalculateCollide
(IsoGridSquare square, IsoGridSquare.GetSquare getter) void
IsoGridSquare.ReCalculatePathFind
(IsoGridSquare square, IsoGridSquare.GetSquare getter) void
IsoGridSquare.ReCalculateVisionBlocked
(IsoGridSquare square, IsoGridSquare.GetSquare getter) boolean
IsoGridSquare.testPathFindAdjacent
(IsoMovingObject mover, int _x, int _y, int _z, IsoGridSquare.GetSquare getter)