Class ZombieStateFlags
java.lang.Object
zombie.popman.ZombieStateFlags
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintasInt()static booleancheckFlag(int in_state, ZombieStateFlag in_flag) booleancheckFlag(ZombieStateFlag flag) static intclearFlag(int in_state, ZombieStateFlag in_flag) voidclearFlag(ZombieStateFlag flag) static ZombieStateFlagsfromInt(int in_stateFlags) static ZombieStateFlagsfromZombie(IsoZombie in_fromZombie) static intintFromZombie(IsoZombie in_fromZombie) static StringintToString(int in_state) booleanbooleanbooleanbooleanbooleanbooleanstatic intsetFlag(int in_state, ZombieStateFlag in_flag) static intsetFlag(int in_state, ZombieStateFlag in_flag, boolean in_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
-