Class ExpandAbstractHurtingProjectile
java.lang.Object
com.blamejared.crafttweaker.natives.entity.type.projectile.arrow.ExpandAbstractHurtingProjectile
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic doublegetAccelerationPower(net.minecraft.world.entity.projectile.AbstractHurtingProjectile internal) Gets the accelerationPower of this projectile.static voidsetAccelerationPower(net.minecraft.world.entity.projectile.AbstractHurtingProjectile internal, double accelerationPower) Sets the accelerationPower of this projectile.
-
Constructor Details
-
ExpandAbstractHurtingProjectile
public ExpandAbstractHurtingProjectile()
-
-
Method Details
-
getAccelerationPower
public static double getAccelerationPower(net.minecraft.world.entity.projectile.AbstractHurtingProjectile internal) Gets the accelerationPower of this projectile.- Returns:
- The accelerationPower of this projectile.
-
setAccelerationPower
public static void setAccelerationPower(net.minecraft.world.entity.projectile.AbstractHurtingProjectile internal, double accelerationPower) Sets the accelerationPower of this projectile.- Parameters:
accelerationPower- The accelerationPower of this projectile.- DocParam:
- xPower 4
-