Class VariableParticleEffect
java.lang.Object
com.pixelmonmod.pixelmon.api.attackAnimations.VariableParticleEffect
-
Field Summary
FieldsModifier and TypeFieldDescriptionnet.minecraft.world.level.Levelintnet.minecraft.world.phys.Vec3intnet.minecraft.world.phys.Vec3 -
Constructor Summary
ConstructorsConstructorDescriptionVariableParticleEffect(net.minecraft.world.level.Level dimension, AttackAnimationData effectData) -
Method Summary
Modifier and TypeMethodDescriptionsetAttackBase(ImmutableAttack immutableAttack) setEndPosition(net.minecraft.world.entity.LivingEntity entity) setEndPosition(net.minecraft.world.phys.Vec3 vec) setStartPosition(net.minecraft.world.entity.LivingEntity entity) setStartPosition(net.minecraft.world.phys.Vec3 vec) voidshowAllWithin(int range) voidshowTo(net.minecraft.server.level.ServerPlayer... players)
-
Field Details
-
dimension
public net.minecraft.world.level.Level dimension -
effectData
-
startEntityID
public int startEntityID -
startPos
public net.minecraft.world.phys.Vec3 startPos -
endEntityID
public int endEntityID -
endPos
public net.minecraft.world.phys.Vec3 endPos -
immutableAttack
-
-
Constructor Details
-
VariableParticleEffect
public VariableParticleEffect(net.minecraft.world.level.Level dimension, AttackAnimationData effectData)
-
-
Method Details
-
setStartPosition
-
setStartPosition
-
setEndPosition
-
setEndPosition
-
setAttackBase
-
showTo
public void showTo(net.minecraft.server.level.ServerPlayer... players) -
showAllWithin
public void showAllWithin(int range)
-