Class ExpandAbstractHurtingProjectile
java.lang.Object
com.blamejared.crafttweaker.natives.entity.type.projectile.arrow.ExpandAbstractHurtingProjectile
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic doublegetXPower(net.minecraft.world.entity.projectile.AbstractHurtingProjectile internal) Gets the x power of this projectile.static doublegetYPower(net.minecraft.world.entity.projectile.AbstractHurtingProjectile internal) Gets the y power of this projectile.static doublegetZPower(net.minecraft.world.entity.projectile.AbstractHurtingProjectile internal) Gets the z power of this projectile.static voidsetXPower(net.minecraft.world.entity.projectile.AbstractHurtingProjectile internal, double xPower) Sets the x power of this projectile.static voidsetYPower(net.minecraft.world.entity.projectile.AbstractHurtingProjectile internal, double yPower) Sets the y power of this projectile.static voidsetZPower(net.minecraft.world.entity.projectile.AbstractHurtingProjectile internal, double zPower) Sets the z power of this projectile.
-
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
-