Class ThrowRedirect

java.lang.Object
com.hammy275.immersivemc.common.vr.mixin_proxy.ThrowRedirect

public class ThrowRedirect extends Object
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static 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)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • 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

      public static double getVelocityMod(AboutToThrowData.ThrowRecord data)