Class PMMover
java.lang.Object
zombie.pathfind.PMMover
-
Field Summary
FieldsModifier and TypeFieldDescriptionboolean
boolean
boolean
boolean
boolean
int
int
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
isAllowedChunkLevel
(Square square) boolean
isAllowedLevelTransition
(IsoDirections var1, Square square, boolean boolean0) boolean
isAnimal()
boolean
isPlayer()
boolean
isZombie()
set
(zombie.pathfind.PathFindRequest pathFindRequest)
-
Field Details
-
type
-
bCanCrawl
public boolean bCanCrawl -
bCrawling
public boolean bCrawling -
bIgnoreCrawlCost
public boolean bIgnoreCrawlCost -
bCanThump
public boolean bCanThump -
bCanClimbFences
public boolean bCanClimbFences -
minLevel
public int minLevel -
maxLevel
public int maxLevel -
allowedChunkLevels
-
allowedLevelTransitions
-
-
Constructor Details
-
PMMover
public PMMover()
-
-
Method Details
-
set
-
set
-
isAnimal
public boolean isAnimal() -
isPlayer
public boolean isPlayer() -
isZombie
public boolean isZombie() -
isAllowedChunkLevel
-
isAllowedLevelTransition
-