All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.skillw.attsystem.api.event.HealthRegainEvent.kt Maven / Gradle / Ivy

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()




© 2015 - 2024 Weber Informatics LLC | Privacy Policy