public static class AttackLightning.LightningData extends AttackAnimationData
Constructor and Description |
---|
LightningData() |
Modifier and Type | Method and Description |
---|---|
EffectType |
getEffectEnum() |
void |
initFromAttack(ImmutableAttack attack,
int effectivePower,
Element effectiveType) |
boolean |
isFork() |
boolean |
isTargetsFromSelf() |
AttackAnimationData |
readFromByteBuffer(io.netty.buffer.ByteBuf buf) |
void |
writeToByteBuffer(io.netty.buffer.ByteBuf buf) |
ball, beam, buff, createSystem, explosion, radial, rain, tube
public void writeToByteBuffer(io.netty.buffer.ByteBuf buf)
writeToByteBuffer
in class AttackAnimationData
public AttackAnimationData readFromByteBuffer(io.netty.buffer.ByteBuf buf)
readFromByteBuffer
in class AttackAnimationData
public EffectType getEffectEnum()
getEffectEnum
in class AttackAnimationData
public void initFromAttack(ImmutableAttack attack, int effectivePower, Element effectiveType)
initFromAttack
in class AttackAnimationData
public boolean isFork()
public boolean isTargetsFromSelf()