Class PMMover
java.lang.Object
zombie.pathfind.PMMover
-
Field Summary
FieldsModifier and TypeFieldDescriptionbooleanbooleanbooleanbooleanbooleanbooleanintint -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanisAllowedChunkLevel(Square square) booleanisAllowedLevelTransition(IsoDirections dir, Square square, boolean bTopFloorSquare) booleanisAnimal()booleanisPlayer()booleanisZombie()set(zombie.pathfind.PathFindRequest request)
-
Field Details
-
type
-
canCrawl
public boolean canCrawl -
crawling
public boolean crawling -
ignoreCrawlCost
public boolean ignoreCrawlCost -
canThump
public boolean canThump -
canClimbFences
public boolean canClimbFences -
canClimbTallFences
public boolean canClimbTallFences -
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
-