Interface HookClass

All Known Implementing Classes:
DefaultHook, DivinityHook, FabledHook, PwingRacesHK

public interface HookClass
  • Method Summary

    Modifier and Type
    Method
    Description
    getClass(org.bukkit.entity.Player player)
     
    void
    takeMana(org.bukkit.entity.Player player, double amount, boolean ofMax)
     
  • Method Details

    • getClass

      @NotNull String getClass(@NotNull org.bukkit.entity.Player player)
    • takeMana

      void takeMana(@NotNull org.bukkit.entity.Player player, double amount, boolean ofMax)