public interface EffectContext
| Modifier and Type | Method and Description |
|---|---|
void |
cancelEffects() |
org.bukkit.Location |
getCastLocation() |
MageController |
getController() |
Collection<EffectPlay> |
getCurrentEffects() |
org.bukkit.Color |
getEffectColor() |
String |
getEffectParticle() |
org.bukkit.entity.Entity |
getEntity() |
org.bukkit.Location |
getEyeLocation() |
org.bukkit.entity.LivingEntity |
getLivingEntity() |
org.bukkit.Location |
getLocation() |
String |
getName() |
org.bukkit.entity.Entity |
getTargetEntity() |
org.bukkit.Location |
getTargetLocation() |
org.bukkit.Location |
getWandLocation() |
void |
setLocation(org.bukkit.Location location) |
void |
trackEffects(EffectPlayer player) |
@Nullable org.bukkit.entity.Entity getEntity()
@Nullable org.bukkit.entity.LivingEntity getLivingEntity()
@Nullable org.bukkit.Location getEyeLocation()
@Nullable org.bukkit.Location getLocation()
void setLocation(org.bukkit.Location location)
@Nullable org.bukkit.entity.Entity getTargetEntity()
@Nullable org.bukkit.Location getTargetLocation()
@Nonnull MageController getController()
@Nullable org.bukkit.Location getCastLocation()
@Nullable org.bukkit.Location getWandLocation()
void cancelEffects()
void trackEffects(EffectPlayer player)
Collection<EffectPlay> getCurrentEffects()
org.bukkit.Color getEffectColor()
String getEffectParticle()
Copyright © 2021 elMakers. All rights reserved.