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

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

The newest version!
package com.skillw.attsystem.api.event

import com.skillw.attsystem.api.compiled.CompiledData
import org.bukkit.entity.LivingEntity
import taboolib.platform.type.BukkitProxyEvent

/**
 * 读取字符串属性事件
 *
 * @constructor Create empty Strings read event
 * @property entity 实体
 * @property strings 字符串集
 * @property compiledData 预编译属性数据
 */
open class StringsReadEvent(
    val entity: LivingEntity?,
    val strings: Collection,
    val compiledData: CompiledData,
) : BukkitProxyEvent()




© 2015 - 2024 Weber Informatics LLC | Privacy Policy