com.skillw.attsystem.api.event.HealthRegainEvent.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of AttributeSystem Show documentation
Show all versions of AttributeSystem Show documentation
Bukkit Attribute Engine Plugin.
The newest version!
package com.skillw.attsystem.api.event
import org.bukkit.entity.Entity
import taboolib.platform.type.BukkitProxyEvent
/**
* 回血事件
*
* @constructor Create empty Health regain event
* @property entity 实体
* @property amount 回复量
*/
class HealthRegainEvent(val entity: Entity, var amount: Double) : BukkitProxyEvent()