Uses of Enum Class
zombie.AttackType
Packages that use AttackType
-
Uses of AttackType in zombie
Subclasses with type arguments of type AttackType in zombieMethods in zombie that return AttackTypeModifier and TypeMethodDescriptionstatic AttackTypeReturns the enum constant of this class with the specified name.static AttackType[]AttackType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in zombie with parameters of type AttackTypeModifier and TypeMethodDescriptionvoidCombatManager.attackCollisionCheck(IsoGameCharacter owner, HandWeapon weapon, SwipeStatePlayer swipeStatePlayer, AttackType in_attackTypeModifier) -
Uses of AttackType in zombie.characters
Methods in zombie.characters that return AttackTypeMethods in zombie.characters with parameters of type AttackTypeModifier and TypeMethodDescriptionbooleanIsoPlayer.isAttackType(AttackType attackType) voidIsoPlayer.setAttackType(AttackType attackType) -
Uses of AttackType in zombie.inventory.types
Methods in zombie.inventory.types that return types with arguments of type AttackType