voxel-health
Stores player health value (voxel.js plugin)
(for UI, see also voxel-health-bar)
Usage
Load with voxel-plugins, options:
maxHealth
(10),minHealth
(0): valid health value range, outside will be clampedstartHealth
(defaults to maxHealth): initial starting health value
API
Methods:
- hurt(amount)
- heal(amount)
Events:
- health: emitted with new and old value on any change
- hurt, heal: emitted when hurt and healed, respectively
- die: emitted when health reaches minimum
License
MIT