Class ThrowRedirect
java.lang.Object
com.hammy275.immersivemc.common.vr.mixin_proxy.ThrowRedirect
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic void
deleteRecord
(net.minecraft.world.entity.player.Player player) static double
static void
shootFromRotation
(net.minecraft.world.entity.projectile.Projectile projectile, net.minecraft.world.entity.Entity shooter, float xAngle, float yAngle, float unknown, float velocity, float inaccuracy) static void
shootFromRotation
(net.minecraft.world.entity.projectile.Projectile projectile, net.minecraft.world.entity.Entity shooter, float xAngle, float yAngle, float unknown, float velocity, float inaccuracy, boolean doDefaultShotOtherwise)
-
Constructor Details
-
ThrowRedirect
public ThrowRedirect()
-
-
Method Details
-
shootFromRotation
public static void shootFromRotation(net.minecraft.world.entity.projectile.Projectile projectile, net.minecraft.world.entity.Entity shooter, float xAngle, float yAngle, float unknown, float velocity, float inaccuracy) -
shootFromRotation
public static void shootFromRotation(net.minecraft.world.entity.projectile.Projectile projectile, net.minecraft.world.entity.Entity shooter, float xAngle, float yAngle, float unknown, float velocity, float inaccuracy, boolean doDefaultShotOtherwise) -
deleteRecord
public static void deleteRecord(net.minecraft.world.entity.player.Player player) -
getVelocityMod
-