Class ShieldUtil
java.lang.Object
com.hammy275.immersivemc.common.util.ShieldUtil
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic 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)
-
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)
-