This event is fired when a player begins using a bow.

You will need to cast the event in the function header as this class:
crafttweaker.event.ArrowNockEvent
You can, of course, also import the class before and use that name then.

Erweiterte Event-Schnittellen

Link to erweiterte-event-schnittellen

AnimalTame Events implement the following interfaces and are able to call all of their methods/getters/setters as well:

ZenGetter/ZenSetter

Link to zengetterzensetter

The following information can be retrieved/set during the event:

ZenGetterZenSetterType
ZenGetter
bow
ZenSetter
Type
IItemStack
ZenGetter
hand
ZenSetter
Type
[String]
ZenGetter
player
ZenSetter
Type
IPlayer