Class VRRumble

java.lang.Object
com.hammy275.immersivemc.common.vr.VRRumble

public class VRRumble extends Object
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static void
    doubleRumbleIfVR(net.minecraft.world.entity.player.Player player, float rumbleDuration)
     
    static void
    rumbleIfVR(net.minecraft.world.entity.player.Player player, net.minecraft.world.InteractionHand hand, float rumbleDuration)
     

    Methods inherited from class java.lang.Object

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

    • VRRumble

      public VRRumble()
  • Method Details

    • rumbleIfVR

      public static void rumbleIfVR(net.minecraft.world.entity.player.Player player, net.minecraft.world.InteractionHand hand, float rumbleDuration)
    • doubleRumbleIfVR

      public static void doubleRumbleIfVR(net.minecraft.world.entity.player.Player player, float rumbleDuration)