public class AttackShield extends ParticleSystem implements AttackEffectContract
| Constructor and Description |
|---|
AttackShield() |
| 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 |
onInit(ParticleArcanery particle,
AttackEffect effect) |
void |
onUpdate(ParticleArcanery particle,
AttackEffect effect) |
void |
onUpdateEol(ParticleArcanery particle,
AttackEffect effect) |
executeclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waithasCustomRenderer, onEnable, onPostRender, onPreRender, onRender, onTarget, onUpdateLastpublic 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 onUpdate(ParticleArcanery particle, AttackEffect effect)
onUpdate in interface AttackEffectContractpublic void onUpdateEol(ParticleArcanery particle, AttackEffect effect)
onUpdateEol in interface AttackEffectContract