MCLevelChangeEvent
Link to mclevelchangeevent
This event is fired when the player's level count is changed. If the amount is positive the levels are being added. If they are negative, levels are being removed. This event takes place before the levels are changed. This allows you to change the amount of levels, or cancel the change entirely.
The event is cancelable.
If the event is canceled, the xp level will not change
The event does not have a result.
Importare la Classe
Link to importare-la-classe
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 Copyimport crafttweaker.api.event.entity.player.xp.MCLevelChangeEvent;
Extending MCPlayerXPEvent
Link to extending-mcplayerxpevent
MCLevelChangeEvent extends MCPlayerXPEvent. That means all methods available in MCPlayerXPEvent are also available in MCLevelChangeEvent
Proprietà
Link to proprietà
Nome | Tipo | Ha Getter | Ha Setter | Descrizione |
---|---|---|---|---|
Nome levels | Tipo int | Ha Getter sì | Ha Setter sì | Descrizione Gets the amount of levels that the player's level is being changed by. |