Class AttackBall.BallData
java.lang.Object
com.pixelmonmod.pixelmon.battles.attacks.animations.AttackAnimationData
com.pixelmonmod.pixelmon.battles.attacks.animations.StandardParticleAnimationData
com.pixelmonmod.pixelmon.battles.attacks.animations.particles.AttackBall.BallData
- Enclosing class:
- AttackBall
-
Field Summary
Fields inherited from class com.pixelmonmod.pixelmon.battles.attacks.animations.StandardParticleAnimationData
lifetimeTicks, power, rgb, scale, speed, texture
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
initFromAttack
(ImmutableAttack immutableAttack, int effectivePower, Element effectiveType) Methods inherited from class com.pixelmonmod.pixelmon.battles.attacks.animations.StandardParticleAnimationData
makeEffect, readFromByteBuffer, setLifetimeTicks, setPower, setRGB, setScale, setSpeed, setTexture, writeToByteBuffer
Methods inherited from class com.pixelmonmod.pixelmon.battles.attacks.animations.AttackAnimationData
ball, beam, buff, createSystem, explosion, radial, rain, tube
-
Constructor Details
-
BallData
public BallData()
-
-
Method Details
-
getEffectEnum
- Specified by:
getEffectEnum
in classAttackAnimationData
-
initFromAttack
public void initFromAttack(ImmutableAttack immutableAttack, int effectivePower, Element effectiveType) - Overrides:
initFromAttack
in classStandardParticleAnimationData
-