io.github.ayfri.kore.selectors.utils.kt Maven / Gradle / Ivy
package io.github.ayfri.kore.selectors
import io.github.ayfri.kore.arguments.selector.SelectorType
val SelectorType.isSingle get() = this == SelectorType.NEAREST_PLAYER || this == SelectorType.RANDOM_PLAYER
© 2015 - 2025 Weber Informatics LLC | Privacy Policy