Class PokemonSendOutEvent.Post
java.lang.Object
net.neoforged.bus.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
-
Constructor Summary
ConstructorsConstructorDescriptionPost
(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
-
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
-