Class ArrowNockEvent

All Implemented Interfaces:
net.neoforged.bus.api.ICancellableEvent

public class ArrowNockEvent extends PlayerEvent implements net.neoforged.bus.api.ICancellableEvent
ArrowNockEvent is fired when a player begins using a bow.
This event is fired whenever a player begins using a bow in BowItem.use(Level, Player, InteractionHand).

This event is ICancellableEvent. Cancelling the event causes the action to fail with InteractionResult.FAIL.

This event is fired on the NeoForge.EVENT_BUS.