Class DeluxeCombatHook

java.lang.Object
nl.marido.deluxecombat.hooks.template.HookTemplate
nl.marido.deluxecombat.hooks.template.CombatHook
me.ulrich.clans.listerns.external.DeluxeCombatHook

public class DeluxeCombatHook extends nl.marido.deluxecombat.hooks.template.CombatHook
  • Constructor Summary

    Constructors
    Constructor
    Description
    DeluxeCombatHook(String pluginname, String version)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    canBeTagged(org.bukkit.entity.Player victim, org.bukkit.entity.Player attacker)
     
    boolean
    canCombat(org.bukkit.entity.Player victim, org.bukkit.entity.Player attacker)
     

    Methods inherited from class nl.marido.deluxecombat.hooks.template.HookTemplate

    disable, getPluginname, getVersion, isEnabled, register, setPluginName, unregister

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • DeluxeCombatHook

      public DeluxeCombatHook(String pluginname, String version)
  • Method Details

    • canCombat

      public boolean canCombat(org.bukkit.entity.Player victim, org.bukkit.entity.Player attacker)
      Specified by:
      canCombat in class nl.marido.deluxecombat.hooks.template.CombatHook
    • canBeTagged

      public boolean canBeTagged(org.bukkit.entity.Player victim, org.bukkit.entity.Player attacker)
      Specified by:
      canBeTagged in class nl.marido.deluxecombat.hooks.template.CombatHook