Uses of Enum Class
zombie.popman.ZombieStateFlag
Packages that use ZombieStateFlag
-
Uses of ZombieStateFlag in zombie.popman
Subclasses with type arguments of type ZombieStateFlag in zombie.popmanMethods in zombie.popman that return ZombieStateFlagModifier and TypeMethodDescriptionZombieStateFlags.toArray()static ZombieStateFlagReturns the enum constant of this class with the specified name.static ZombieStateFlag[]ZombieStateFlag.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in zombie.popman with parameters of type ZombieStateFlagModifier and TypeMethodDescriptionstatic booleanZombieStateFlags.checkFlag(int state, ZombieStateFlag flag) booleanZombieStateFlags.checkFlag(ZombieStateFlag flag) static intZombieStateFlags.clearFlag(int state, ZombieStateFlag flag) voidZombieStateFlags.clearFlag(ZombieStateFlag flag) static intZombieStateFlags.setFlag(int state, ZombieStateFlag flag) static intZombieStateFlags.setFlag(int state, ZombieStateFlag flag, boolean isTrue) voidZombieStateFlags.setFlag(ZombieStateFlag flag) voidZombieStateFlags.setFlag(ZombieStateFlag flag, boolean isTrue) Constructors in zombie.popman with parameters of type ZombieStateFlag