Package | Description |
---|---|
net.minecraftforge.debug.entity.player | |
net.minecraftforge.event.entity.player |
Modifier and Type | Method and Description |
---|---|
static void |
PlayerXpEventTest.onPlayerXpEvent(PlayerXpEvent event) |
Modifier and Type | Class and Description |
---|---|
static class |
PlayerXpEvent.LevelChange
This event is fired when the player's experience level changes through the
PlayerEntity.addExperienceLevel(int) method. |
static class |
PlayerXpEvent.PickupXp
This event is fired after the player collides with an experience orb, but before the player has been given the experience.
|
static class |
PlayerXpEvent.XpChange
This event is fired when the player's experience changes through the
PlayerEntity.giveExperiencePoints(int) method. |