public class PixelmonEventHandler
extends java.lang.Object
Constructor and Description |
---|
PixelmonEventHandler() |
Modifier and Type | Method and Description |
---|---|
void |
onBeatPokemon(BeatWildPixelmonEvent event)
Drops photos from Pokémon when defeated if enabled.
|
void |
onChristmasDelibird(BeatWildPixelmonEvent event)
Drops gift boxes from Delibird around Christmas time.
|
void |
onHeldItemChanged(HeldItemChangedEvent event) |
void |
onLightning(net.minecraftforge.event.entity.EntityJoinWorldEvent event) |
void |
onMoveForgot(MovesetEvent.ForgotMoveEvent event) |
void |
onMoveLearned(MovesetEvent.LearntMoveEvent event) |
void |
onMoveSkillUsed(UseMoveSkillEvent event) |
void |
onPokemonSpawn(SpawnEvent event) |
void |
onReceive(PokemonReceivedEvent event)
simplest way to do run this Advancement check
|
void |
onSentOut(PokemonSendOutEvent event) |
static void |
structureVoidHelper(net.minecraftforge.event.entity.player.PlayerInteractEvent.RightClickBlock event) |
public static void structureVoidHelper(net.minecraftforge.event.entity.player.PlayerInteractEvent.RightClickBlock event)
public void onLightning(net.minecraftforge.event.entity.EntityJoinWorldEvent event)
public void onMoveSkillUsed(UseMoveSkillEvent event)
public void onBeatPokemon(BeatWildPixelmonEvent event)
event
- The event for defeating a wild Pokémon.public void onChristmasDelibird(BeatWildPixelmonEvent event)
event
- The event for defeating a wild Pokémon.public void onHeldItemChanged(HeldItemChangedEvent event)
public void onSentOut(PokemonSendOutEvent event)
public void onMoveLearned(MovesetEvent.LearntMoveEvent event)
public void onMoveForgot(MovesetEvent.ForgotMoveEvent event)
public void onPokemonSpawn(SpawnEvent event)
public void onReceive(PokemonReceivedEvent event)
event
- -