Class ShieldUtil

java.lang.Object
com.hammy275.immersivemc.common.util.ShieldUtil

public class ShieldUtil extends Object
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static OBB
    getShieldHitbox(net.minecraft.world.entity.player.Player player, net.blf02.vrapi.api.data.IVRData hand, net.minecraft.world.InteractionHand iHand)
     
    static net.minecraft.world.phys.Vec3
    getShieldPos(net.minecraft.world.entity.player.Player player, net.blf02.vrapi.api.data.IVRData hand, net.minecraft.world.InteractionHand iHand)
     

    Methods inherited from class java.lang.Object

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

    • ShieldUtil

      public ShieldUtil()
  • Method Details

    • getShieldHitbox

      public static OBB getShieldHitbox(net.minecraft.world.entity.player.Player player, net.blf02.vrapi.api.data.IVRData hand, net.minecraft.world.InteractionHand iHand)
    • getShieldPos

      public static net.minecraft.world.phys.Vec3 getShieldPos(net.minecraft.world.entity.player.Player player, net.blf02.vrapi.api.data.IVRData hand, net.minecraft.world.InteractionHand iHand)