LivingConversionEvent

Link to livingconversionevent

LivingConversionEvent is fired when an event involving entity conversion occures, such as when a Villager is struck by lightning turning it into a Witch.

This event is fired for both phases of the conversion events, both Pre and Post, it is generally advised to use the specific events to target a specific phase instead of this event.

The event is not cancelable.

The event does not have a result.

Импорт класса

Link to импорт-класса

It might be required for you to import the package if you encounter any issues (like casting an Array), so better be safe than sorry and add the import at the very top of the file.

ZenScript
Copy
import crafttweaker.api.event.entity.living.conversion.LivingConversionEvent;

Extending LivingEvent

Link to extending-livingevent

LivingConversionEvent extends LivingEvent. That means all methods available in LivingEvent are also available in LivingConversionEvent