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)  | 
executeclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waithasCustomRenderer, onPostRender, onPreRender, onRender, onTarget, onUpdatepublic 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 ParticleSystempublic void onConstruct(AttackEffect effect)
onConstruct in interface AttackEffectContractpublic void onInit(ParticleArcanery particle, AttackEffect effect)
onInit in interface AttackEffectContractpublic void onEnable(ParticleArcanery particle, AttackEffect effect)
onEnable in interface AttackEffectContractpublic void onUpdateEol(ParticleArcanery particle, AttackEffect effect)
onUpdateEol in interface AttackEffectContractpublic void onUpdateLast(ParticleArcanery particle, AttackEffect effect)
onUpdateLast in interface AttackEffectContract