Uses of Class
org.rspeer.game.service.combat.CombatEventSource
-
Packages that use CombatEventSource Package Description org.rspeer.game.service.combat -
-
Uses of CombatEventSource in org.rspeer.game.service.combat
Methods in org.rspeer.game.service.combat that return CombatEventSource Modifier and Type Method Description CombatEventSourceAttack. getEventSource()static CombatEventSourceCombatEventSource. valueOf(String name)Returns the enum constant of this type with the specified name.static CombatEventSource[]CombatEventSource. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.rspeer.game.service.combat with parameters of type CombatEventSource Constructor Description Attack(CombatEventSource eventSource, PathingEntity<?> source, PathingEntity<?> target, int animation, int tick, Map<Equipment.Slot,Item> equipmentSnapshot)
-