public abstract class TridentEffect<T> extends Object implements Effect<T>
| Constructor and Description |
|---|
TridentEffect() |
| Modifier and Type | Method and Description |
|---|---|
void |
apply()
Execute the effect at the given location
|
void |
apply(Player player)
Execute the effect at the given location for specified player
|
void |
applyToEveryoneExcept(Player player)
Execute the effect at the given location for all players except specified player
|
abstract OutPacket |
getPacket() |
public TridentEffect()
public void apply()
Effectpublic void apply(Player player)
Effectpublic void applyToEveryoneExcept(Player player)
EffectapplyToEveryoneExcept in interface Effect<T>player - The player to not send the effect toCopyright © 2016. All rights reserved.