public class Flamethrower extends AbstractSpecialAttack
Modifier and Type | Field and Description |
---|---|
private java.util.Map<java.util.UUID,java.lang.Long> |
_lastAttacked |
Constructor and Description |
---|
Flamethrower()
Constructor.
|
Modifier and Type | Method and Description |
---|---|
(package private) boolean |
checkConditions(org.bukkit.event.Event event)
An abstract method to be implemented when a new
AbstractSpecialAttack is created. |
(package private) void |
doAttack(org.bukkit.event.Event event)
A method to implement all of the logic behind the attack, i.e.
|
protected void |
onEntityDeath(org.bukkit.event.entity.EntityDeathEvent e) |
private void |
renderFlamethrower(org.bukkit.entity.Entity origin,
org.bukkit.entity.Entity target,
int duration) |
checkDefaultConditions, getModule, getModules, getName, load, save, setEnabled
boolean checkConditions(org.bukkit.event.Event event)
AbstractSpecialAttack
AbstractSpecialAttack
is created. Offers more
customizability than the standard AbstractSpecialAttack.checkEligibility(Event)
method.checkConditions
in class AbstractSpecialAttack
event
- the event.void doAttack(org.bukkit.event.Event event)
AbstractSpecialAttack
doAttack
in class AbstractSpecialAttack
event
- the event which triggered the attack.private void renderFlamethrower(org.bukkit.entity.Entity origin, org.bukkit.entity.Entity target, int duration)
protected void onEntityDeath(org.bukkit.event.entity.EntityDeathEvent e)