public class DamageCallback
extends java.lang.Object
Constructor and Description |
---|
DamageCallback() |
Modifier and Type | Method and Description |
---|---|
static void |
npcDamageHook(orsc.ORSCharacter npc)
The hook called every time a NPC's damage is updated by the client.
|
static void |
playerDamageHook(orsc.ORSCharacter player)
The hook called every time the local player's damage is updated by the client.
|
public static void npcDamageHook(orsc.ORSCharacter npc)
npc
- public static void playerDamageHook(orsc.ORSCharacter player)
player
-