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
InvalidQuestArgsException
public void onNPCChat(NPCChatEvent event) throws InvalidQuestArgsException
InvalidQuestArgsException
public void onPixelmonSpawn(SpawnEvent event) throws InvalidQuestArgsException
InvalidQuestArgsException
public void onEvolve(EvolveEvent.Pre event) throws InvalidQuestArgsException
InvalidQuestArgsException
public void onEvolve(EvolveEvent.Post event) throws InvalidQuestArgsException
InvalidQuestArgsException
public void onEggHatch(EggHatchEvent.Post event) throws InvalidQuestArgsException
InvalidQuestArgsException
public void onWildCapture(CaptureEvent.SuccessfulCapture event) throws InvalidQuestArgsException
InvalidQuestArgsException
public void onKnockout(PixelmonKnockoutEvent event) throws InvalidQuestArgsException
InvalidQuestArgsException
public void onDefeatWild(BeatWildPixelmonEvent event) throws InvalidQuestArgsException
InvalidQuestArgsException
public void onLoseToWild(LostToWildPixelmonEvent event) throws InvalidQuestArgsException
InvalidQuestArgsException