Uses of Enum Class
org.rspeer.game.service.combat.CombatEventSource
Packages that use CombatEventSource
-
Uses of CombatEventSource in org.rspeer.game.service.combat
Subclasses with type arguments of type CombatEventSource in org.rspeer.game.service.combatMethods in org.rspeer.game.service.combat that return CombatEventSourceModifier and TypeMethodDescriptionAttack.getEventSource()static CombatEventSourceReturns the enum constant of this class with the specified name.static CombatEventSource[]CombatEventSource.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.rspeer.game.service.combat with parameters of type CombatEventSourceModifierConstructorDescriptionAttack(CombatEventSource eventSource, PathingEntity<?> source, PathingEntity<?> target, int animation, int tick, Map<Equipment.Slot, Item> equipmentSnapshot)