Interface CombatIntegration

All Known Implementing Classes:
CombatTagPlusImpl, DeluxeCombatImpl, PvpManagerImpl

public interface CombatIntegration
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    isTagged(@NotNull UUID uuid)
     
    boolean
    isTagged(@NotNull Player player)
     
    void
    tag(@NotNull Player victim, @NotNull Player attacker)
     
    void
    untag(@NotNull UUID uuid)
     
    void
    untag(@NotNull Player player)
     
  • Method Details

    • isTagged

      boolean isTagged(@NotNull @NotNull Player player)
    • isTagged

      boolean isTagged(@NotNull @NotNull UUID uuid)
    • tag

      void tag(@NotNull @NotNull Player victim, @NotNull @NotNull Player attacker)
    • untag

      void untag(@NotNull @NotNull Player player)
    • untag

      void untag(@NotNull @NotNull UUID uuid)