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

com.github.bryanser.brapi.particle.Tools.kt Maven / Gradle / Ivy

package com.github.bryanser.brapi.particle

import com.comphenix.protocol.ProtocolLibrary

fun getVersion():Int{
    val version = ProtocolLibrary.getProtocolManager().minecraftVersion
    return version.minor
}
fun isVer14():Boolean = getVersion() >= 14




© 2015 - 2025 Weber Informatics LLC | Privacy Policy