Class ZombieStateFlags
java.lang.Object
zombie.popman.ZombieStateFlags
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintasInt()static booleancheckFlag(int state, ZombieStateFlag flag) booleancheckFlag(ZombieStateFlag flag) static intclearFlag(int state, ZombieStateFlag flag) voidclearFlag(ZombieStateFlag flag) static ZombieStateFlagsfromInt(int stateFlags) static ZombieStateFlagsfromZombie(IsoZombie fromZombie) static intintFromZombie(IsoZombie fromZombie) static StringintToString(int state) booleanbooleanbooleanbooleanbooleanbooleanstatic intsetFlag(int state, ZombieStateFlag flag) static intsetFlag(int state, ZombieStateFlag flag, boolean isTrue) voidsetFlag(ZombieStateFlag flag) voidsetFlag(ZombieStateFlag flag, boolean isTrue) toArray()toString()
-
Constructor Details
-
ZombieStateFlags
public ZombieStateFlags() -
ZombieStateFlags
public ZombieStateFlags(int flags) -
ZombieStateFlags
-
-
Method Details
-
fromInt
-
intFromZombie
-
fromZombie
-
setFlag
-
clearFlag
-
setFlag
-
checkFlag
-
setFlag
-
clearFlag
-
setFlag
-
checkFlag
-
asInt
public int asInt() -
isInitialized
public boolean isInitialized() -
isCrawling
public boolean isCrawling() -
isCanWalk
public boolean isCanWalk() -
isFakeDead
public boolean isFakeDead() -
isCanCrawlUnderVehicle
public boolean isCanCrawlUnderVehicle() -
isReanimatedForGrappleOnly
public boolean isReanimatedForGrappleOnly() -
toArray
-
toString
-
intToString
-