Class ExpandAbstractHurtingProjectile

java.lang.Object
com.blamejared.crafttweaker.natives.entity.type.projectile.arrow.ExpandAbstractHurtingProjectile

@ZenRegister public class ExpandAbstractHurtingProjectile extends Object
  • 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