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 int0, ZombieStateFlag zombieStateFlag) booleanZombieStateFlags.checkFlag(ZombieStateFlag zombieStateFlag) static intZombieStateFlags.clearFlag(int int0, ZombieStateFlag zombieStateFlag) voidZombieStateFlags.clearFlag(ZombieStateFlag zombieStateFlag) static intZombieStateFlags.setFlag(int int0, ZombieStateFlag zombieStateFlag) static intZombieStateFlags.setFlag(int int0, ZombieStateFlag zombieStateFlag, boolean boolean0) voidZombieStateFlags.setFlag(ZombieStateFlag zombieStateFlag) voidZombieStateFlags.setFlag(ZombieStateFlag zombieStateFlag, boolean boolean0) Constructors in zombie.popman with parameters of type ZombieStateFlag