Package com.pixelmonmod.pixelmon
Class PixelmonEventHandler
java.lang.Object
com.pixelmonmod.pixelmon.PixelmonEventHandler
Drops certain items from Pokémon when defeated.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Drops photos from Pokémon when defeated if enabled.void
Drops gift boxes from Delibird around Christmas time.void
void
onLightning
(net.minecraftforge.event.entity.EntityJoinLevelEvent event) void
void
void
onMoveSkillUsed
(UseMoveSkillEvent event) void
onPokemonSpawn
(SpawnEvent event) void
onReceive
(PokemonReceivedEvent event) simplest way to do run this Advancement checkvoid
onSentOut
(PokemonSendOutEvent event) static void
structureVoidHelper
(net.minecraftforge.event.entity.player.PlayerInteractEvent.RightClickBlock event)
-
Constructor Details
-
PixelmonEventHandler
public PixelmonEventHandler()
-
-
Method Details
-
structureVoidHelper
public static void structureVoidHelper(net.minecraftforge.event.entity.player.PlayerInteractEvent.RightClickBlock event) -
onLightning
public void onLightning(net.minecraftforge.event.entity.EntityJoinLevelEvent event) -
onMoveSkillUsed
-
onBeatPokemon
Drops photos from Pokémon when defeated if enabled.- Parameters:
event
- The event for defeating a wild Pokémon.
-
onChristmasDelibird
Drops gift boxes from Delibird around Christmas time.- Parameters:
event
- The event for defeating a wild Pokémon.
-
onHeldItemChanged
-
onSentOut
-
onMoveLearned
-
onMoveForgot
-
onPokemonSpawn
-
onReceive
simplest way to do run this Advancement check- Parameters:
event
- -
-