|
RuneHive-Game
|
import com.runehive.game.world.entity.combat.hit.Hit;import com.runehive.game.world.entity.mob.Mob;import com.runehive.game.world.entity.mob.npc.Npc;import com.runehive.game.world.entity.mob.player.Player;import com.runehive.game.world.entity.mob.player.PlayerRight;import com.runehive.util.Stopwatch;import java.util.HashMap;import java.util.Map;import java.util.Optional;import java.util.concurrent.TimeUnit;Go to the source code of this file.
Classes | |
| class | com.runehive.game.world.entity.combat.CombatDamage |
| A fs of players who have inflicted damage on another player in a combat session. More... | |
| class | com.runehive.game.world.entity.combat.CombatDamage.DamageCounter |
| A counter that will track the amount of damage dealt and whether that damaged has timed out or not. More... | |
Packages | |
| package | com.runehive.game.world.entity.combat |