EntityMountEvent

Link to entitymountevent

The EntityMount event is fired whenever an entity is mounted or dismounted from. If canceled, the entity is prevented from mounting (or dismounting).

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

Erweiterte Event-Schnittellen

Link to erweiterte-event-schnittellen

EntityMountEvent 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:

ZenGetterRückgabetyp
ZenGetter
world
Rückgabetyp
IWorld
ZenGetter
mountingEntity
Rückgabetyp
IEntity
ZenGetter
mountedEntity
Rückgabetyp
IEntity
ZenGetter
isMounting
Rückgabetyp
boolean
ZenGetter
isDismounting
Rückgabetyp
boolean