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