Class ExpandAbstractHurtingProjectile

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

@ZenRegister public class ExpandAbstractHurtingProjectile extends Object
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static double
    getXPower(net.minecraft.world.entity.projectile.AbstractHurtingProjectile internal)
    Gets the x power of this projectile.
    static double
    getYPower(net.minecraft.world.entity.projectile.AbstractHurtingProjectile internal)
    Gets the y power of this projectile.
    static double
    getZPower(net.minecraft.world.entity.projectile.AbstractHurtingProjectile internal)
    Gets the z power of this projectile.
    static void
    setXPower(net.minecraft.world.entity.projectile.AbstractHurtingProjectile internal, double xPower)
    Sets the x power of this projectile.
    static void
    setYPower(net.minecraft.world.entity.projectile.AbstractHurtingProjectile internal, double yPower)
    Sets the y power of this projectile.
    static void
    setZPower(net.minecraft.world.entity.projectile.AbstractHurtingProjectile internal, double zPower)
    Sets the z power of this projectile.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • ExpandAbstractHurtingProjectile

      public ExpandAbstractHurtingProjectile()
  • Method Details

    • getXPower

      public static double getXPower(net.minecraft.world.entity.projectile.AbstractHurtingProjectile internal)
      Gets the x power of this projectile.
      Returns:
      The x power of this projectile.
    • setXPower

      public static void setXPower(net.minecraft.world.entity.projectile.AbstractHurtingProjectile internal, double xPower)
      Sets the x power of this projectile.
      Parameters:
      xPower - The x power of this projectile.
      DocParam:
      xPower 4
    • getYPower

      public static double getYPower(net.minecraft.world.entity.projectile.AbstractHurtingProjectile internal)
      Gets the y power of this projectile.
      Returns:
      The y power of this projectile.
    • setYPower

      public static void setYPower(net.minecraft.world.entity.projectile.AbstractHurtingProjectile internal, double yPower)
      Sets the y power of this projectile.
      Parameters:
      yPower - The y power of this projectile.
      DocParam:
      yPower 4
    • getZPower

      public static double getZPower(net.minecraft.world.entity.projectile.AbstractHurtingProjectile internal)
      Gets the z power of this projectile.
      Returns:
      The z power of this projectile.
    • setZPower

      public static void setZPower(net.minecraft.world.entity.projectile.AbstractHurtingProjectile internal, double zPower)
      Sets the z power of this projectile.
      Parameters:
      zPower - The z power of this projectile.
      DocParam:
      zPower 4