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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidinitFromAttack(ImmutableAttack immutableAttack, int effectivePower, net.minecraft.core.Holder<Type> effectiveType) Methods inherited from class com.pixelmonmod.pixelmon.battles.attacks.animations.StandardParticleAnimationData
makeEffect, readFromByteBuffer, setLifetimeTicks, setPower, setRGB, setScale, setSpeed, setTexture, writeToByteBufferMethods 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:
getEffectEnumin classAttackAnimationData
-
initFromAttack
public void initFromAttack(ImmutableAttack immutableAttack, int effectivePower, net.minecraft.core.Holder<Type> effectiveType) - Overrides:
initFromAttackin classStandardParticleAnimationData
-