public class AttackSwarm extends ParticleSystem implements AttackEffectContract
Constructor and Description |
---|
AttackSwarm() |
Modifier and Type | Method and Description |
---|---|
void |
execute(net.minecraft.client.Minecraft mc,
net.minecraft.world.World w,
double x,
double y,
double z,
float scale,
boolean shiny,
double... args) |
void |
onConstruct(AttackEffect effect) |
void |
onEnable(ParticleArcanery particle,
AttackEffect effect) |
void |
onInit(ParticleArcanery particle,
AttackEffect effect) |
void |
onUpdateEol(ParticleArcanery particle,
AttackEffect effect) |
void |
onUpdateLast(ParticleArcanery particle,
AttackEffect effect) |
execute
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
hasCustomRenderer, onPostRender, onPreRender, onRender, onTarget, onUpdate
public void execute(net.minecraft.client.Minecraft mc, net.minecraft.world.World w, double x, double y, double z, float scale, boolean shiny, double... args)
execute
in class ParticleSystem
public void onConstruct(AttackEffect effect)
onConstruct
in interface AttackEffectContract
public void onInit(ParticleArcanery particle, AttackEffect effect)
onInit
in interface AttackEffectContract
public void onEnable(ParticleArcanery particle, AttackEffect effect)
onEnable
in interface AttackEffectContract
public void onUpdateEol(ParticleArcanery particle, AttackEffect effect)
onUpdateEol
in interface AttackEffectContract
public void onUpdateLast(ParticleArcanery particle, AttackEffect effect)
onUpdateLast
in interface AttackEffectContract