PlayerPickupXpEvent
Link to playerpickupxpevent
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.PlayerPickupXpEvent;
Listening to the event
Link to listening-to-the-event
ZenScript Copyevents.register<crafttweaker.neoforge.api.event.xp.PlayerPickupXpEvent>(event => {
println("PlayerPickupXpEvent ran!");
});
Supertype
Link to supertype
PlayerPickupXpEvent extends PlayerXpEvent. That means all methods available in PlayerXpEvent are also available in PlayerPickupXpEvent
Implemented Interfaces
Link to implemented-interfaces
PlayerPickupXpEvent implements the following interfaces. That means all methods defined in these interfaces are also available in PlayerPickupXpEvent
Properties
Link to properties
Name | Type | Has Getter | Has Setter |
---|---|---|---|
Name orb | Type ExperienceOrb | Has Getter true | Has Setter false |