public class EntityListeners
extends java.lang.Object
| Constructor and Description |
|---|
EntityListeners() |
| Modifier and Type | Method and Description |
|---|---|
void |
onDefeatWild(BeatWildPixelmonEvent event) |
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 |
onLoseToWild(LostToWildPixelmonEvent event) |
void |
onNPCChat(NPCChatEvent event) |
void |
onPixelmonSpawn(SpawnEvent event) |
void |
onWildCapture(CaptureEvent.SuccessfulCapture event) |
public void onEntityInteract(net.minecraftforge.event.entity.player.PlayerInteractEvent.EntityInteractSpecific event)
throws InvalidQuestArgsException
InvalidQuestArgsExceptionpublic void onNPCChat(NPCChatEvent event) throws InvalidQuestArgsException
InvalidQuestArgsExceptionpublic void onPixelmonSpawn(SpawnEvent event) throws InvalidQuestArgsException
InvalidQuestArgsExceptionpublic void onEvolve(EvolveEvent.Pre event) throws InvalidQuestArgsException
InvalidQuestArgsExceptionpublic void onEvolve(EvolveEvent.Post event) throws InvalidQuestArgsException
InvalidQuestArgsExceptionpublic void onEggHatch(EggHatchEvent.Post event) throws InvalidQuestArgsException
InvalidQuestArgsExceptionpublic void onWildCapture(CaptureEvent.SuccessfulCapture event) throws InvalidQuestArgsException
InvalidQuestArgsExceptionpublic void onKnockout(PixelmonKnockoutEvent event) throws InvalidQuestArgsException
InvalidQuestArgsExceptionpublic void onDefeatWild(BeatWildPixelmonEvent event) throws InvalidQuestArgsException
InvalidQuestArgsExceptionpublic void onLoseToWild(LostToWildPixelmonEvent event) throws InvalidQuestArgsException
InvalidQuestArgsException