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 -
Method Summary
Modifier and TypeMethodDescriptionbooleancanBeTagged(org.bukkit.entity.Player victim, org.bukkit.entity.Player attacker) booleancanCombat(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
-
Constructor Details
-
DeluxeCombatHook
-
-
Method Details
-
canCombat
public boolean canCombat(org.bukkit.entity.Player victim, org.bukkit.entity.Player attacker) - Specified by:
canCombatin classnl.marido.deluxecombat.hooks.template.CombatHook
-
canBeTagged
public boolean canBeTagged(org.bukkit.entity.Player victim, org.bukkit.entity.Player attacker) - Specified by:
canBeTaggedin classnl.marido.deluxecombat.hooks.template.CombatHook
-