PlayerXpLevelChangeEvent
Link to playerxplevelchangeevent
The event is not cancelable.
The event does not have a result.
Importing the class
Link to importing-the-class
Importing the class is recommended for events, simply add this line to the top of your script file.
ZenScript Copyimport crafttweaker.neoforge.api.event.xp.PlayerXpLevelChangeEvent;
Listening to the event
Link to listening-to-the-event
ZenScript Copyevents.register<crafttweaker.neoforge.api.event.xp.PlayerXpLevelChangeEvent>(event => {
println("PlayerXpLevelChangeEvent ran!");
});
Supertype
Link to supertype
PlayerXpLevelChangeEvent extends PlayerXpEvent. That means all methods available in PlayerXpEvent are also available in PlayerXpLevelChangeEvent
Implemented Interfaces
Link to implemented-interfaces
PlayerXpLevelChangeEvent implements the following interfaces. That means all methods defined in these interfaces are also available in PlayerXpLevelChangeEvent
Properties
Link to properties
Name | Type | Has Getter | Has Setter |
---|---|---|---|
Name levels | Type int | Has Getter true | Has Setter true |