Uses of Enum Class
zombie.iso.LosUtil.TestResults
Packages that use LosUtil.TestResults
-
Uses of LosUtil.TestResults in zombie.gameStates
Methods in zombie.gameStates that return LosUtil.TestResultsModifier and TypeMethodDescriptionDebugChunkState.lineClearCached
(IsoCell cell, int x1, int y1, int z1, int x0, int y0, int z0, boolean bIgnoreDoors) -
Uses of LosUtil.TestResults in zombie.iso
Subclasses with type arguments of type LosUtil.TestResults in zombie.isoFields in zombie.iso declared as LosUtil.TestResultsMethods in zombie.iso that return LosUtil.TestResultsModifier and TypeMethodDescriptionstatic LosUtil.TestResults
LosUtil.lineClear
(IsoCell cell, int x0, int y0, int z0, int x1, int y1, int z1, boolean bIgnoreDoors) static LosUtil.TestResults
LosUtil.lineClear
(IsoCell cell, int x0, int y0, int z0, int x1, int y1, int z1, boolean bIgnoreDoors, int RangeTillWindows) static LosUtil.TestResults
LosUtil.lineClearCached
(IsoCell cell, int x1, int y1, int z1, int x0, int y0, int z0, boolean bIgnoreDoors, int playerIndex) IsoGridSquare.testVisionAdjacent
(int _x, int _y, int _z, boolean specialDiag, boolean bIgnoreDoors) static LosUtil.TestResults
Returns the enum constant of this class with the specified name.static LosUtil.TestResults[]
LosUtil.TestResults.values()
Returns an array containing the constants of this enum class, in the order they are declared.