Class EntityListeners
java.lang.Object
com.pixelmonmod.pixelmon.quests.listeners.EntityListeners
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
void
onEggHatch
(EggHatchEvent.Post event) void
onEntityInteract
(net.minecraftforge.event.entity.player.PlayerInteractEvent.EntityInteractSpecific event) void
onEvolve
(EvolveEvent.Post event) void
onEvolve
(EvolveEvent.Pre event) void
onKnockout
(PixelmonKnockoutEvent event) void
void
onNPCChat
(NPCChatEvent event) void
onPixelmonSpawn
(SpawnEvent event) void
-
Constructor Details
-
EntityListeners
public EntityListeners()
-
-
Method Details
-
onEntityInteract
public void onEntityInteract(net.minecraftforge.event.entity.player.PlayerInteractEvent.EntityInteractSpecific event) throws InvalidQuestArgsException - Throws:
InvalidQuestArgsException
-
onNPCChat
- Throws:
InvalidQuestArgsException
-
onPixelmonSpawn
- Throws:
InvalidQuestArgsException
-
onEvolve
- Throws:
InvalidQuestArgsException
-
onEvolve
- Throws:
InvalidQuestArgsException
-
onEggHatch
- Throws:
InvalidQuestArgsException
-
onWildCapture
- Throws:
InvalidQuestArgsException
-
onKnockout
- Throws:
InvalidQuestArgsException
-
onDefeatWild
- Throws:
InvalidQuestArgsException
-
onLoseToWild
- Throws:
InvalidQuestArgsException
-