Class PokemonSendOutEvent.Post
java.lang.Object
net.minecraftforge.eventbus.api.Event
com.pixelmonmod.pixelmon.api.events.PokemonSendOutEvent
com.pixelmonmod.pixelmon.api.events.PokemonSendOutEvent.Post
- Enclosing class:
- PokemonSendOutEvent
Event fired after the pokemon has been sent out by the player
-
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
ConstructorDescriptionPost
(net.minecraft.server.level.ServerPlayer player, Pokemon pokemon, PixelmonEntity entity) The post constructor -
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
-
Post
The post constructor- Parameters:
player
- The palyerpokemon
- The pokemonentity
- The entity in the world
-
-
Method Details
-
getEntity
Gets the spawned entity- Returns:
- The entity
-