Class PokemonSendOutEvent.Pre
java.lang.Object
net.minecraftforge.eventbus.api.Event
com.pixelmonmod.pixelmon.api.events.PokemonSendOutEvent
com.pixelmonmod.pixelmon.api.events.PokemonSendOutEvent.Pre
- Enclosing class:
- PokemonSendOutEvent
Event fired before the pokemon is sent out by the player
Cancelling this will prevent the pokemon entity from appearing in the world
-
Nested Class Summary
Nested classes/interfaces inherited from class com.pixelmonmod.pixelmon.api.events.PokemonSendOutEvent
PokemonSendOutEvent.Post, PokemonSendOutEvent.Pre
Nested classes/interfaces inherited from class net.minecraftforge.eventbus.api.Event
net.minecraftforge.eventbus.api.Event.HasResult, net.minecraftforge.eventbus.api.Event.Result
-
Constructor Summary
-
Method Summary
Methods inherited from class com.pixelmonmod.pixelmon.api.events.PokemonSendOutEvent
getPlayer, getPokemon
Methods inherited from class net.minecraftforge.eventbus.api.Event
getListenerList, getPhase, getResult, hasResult, isCancelable, isCanceled, setCanceled, setPhase, setResult
-
Constructor Details
-
Pre
Basic constructor- Parameters:
player
- The playerpokemon
- The pokemon
-