Interface InfoTriggerHitboxes
- All Known Implementing Classes:
ImmersiveHitboxesInfo
public interface InfoTriggerHitboxes
Attached to immersive infos to signify that they have hitboxes that should only activate
when holding the trigger while in VR.
-
Method Summary
Modifier and TypeMethodDescriptiongetTriggerHitbox(int hitboxNum) net.minecraft.world.InteractionHand
-
Method Details
-
getTriggerHitbox
-
getTriggerHitboxes
BoundingBox[] getTriggerHitboxes() -
getVRHand
net.minecraft.world.InteractionHand getVRHand()
-