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 in_state, ZombieStateFlag in_flag) booleanZombieStateFlags.checkFlag(ZombieStateFlag flag) static intZombieStateFlags.clearFlag(int in_state, ZombieStateFlag in_flag) voidZombieStateFlags.clearFlag(ZombieStateFlag flag) static intZombieStateFlags.setFlag(int in_state, ZombieStateFlag in_flag) static intZombieStateFlags.setFlag(int in_state, ZombieStateFlag in_flag, boolean in_isTrue) voidZombieStateFlags.setFlag(ZombieStateFlag flag) voidZombieStateFlags.setFlag(ZombieStateFlag flag, boolean isTrue) Constructors in zombie.popman with parameters of type ZombieStateFlag