FarmlandTrampleEvent

Link to farmlandtrampleevent

The FarmlandTrample Event is fired whenever a farmland is about to be trampled. Canceling the event will prevent the block from being trampled.

event.fallDistance contains the distance fallen before hitting the farmland.

Класс события

Link to класс-события

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

Наследование от интерфейсов событий

Link to наследование-от-интерфейсов-событий

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

Следующая информация может быть получена от события:

ZenGetterZenSetterТип
ZenGetter
entity
ZenSetter
Тип
IEntity
ZenGetter
fallDistance
ZenSetter
Тип
float