Uses of Class
de.kiridevs.kiricore.annotations.PublicAPI

Packages that use PublicAPI 
Package Description
de.kiridevs.kiricore.managers  
  • Uses of PublicAPI in de.kiridevs.kiricore.managers

    Methods in de.kiridevs.kiricore.managers with annotations of type PublicAPI 
    Modifier and Type Method Description
    static boolean AfkManager.isAfk​(java.lang.String playername)
    Allows quick checking of the status of a player using the player's name
    static boolean AfkManager.isAfk​(org.bukkit.entity.Player player)
    Allows quick checking of the status of a player using the player's Player object