Class YouNeedMeAPI

java.lang.Object
fr.mathildeuh.youneedme.api.YouNeedMeAPI

public final class YouNeedMeAPI extends Object
Convenience static facade over every YouNeedMe service.

Every service is also independently registered on Bukkit's ServicesManager, which remains the canonical, mockable/replaceable way to obtain them (exactly how Vault or LuckPerms expose themselves). This facade only saves the boilerplate of looking each one up by hand; it never holds state of its own.