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

public static class PokemonSendOutEvent.Post extends PokemonSendOutEvent
Event fired after the pokemon has been sent out by the player
  • Constructor Details

    • Post

      public Post(net.minecraft.server.level.ServerPlayer player, Pokemon pokemon, PixelmonEntity entity)
      The post constructor
      Parameters:
      player - The palyer
      pokemon - The pokemon
      entity - The entity in the world
  • Method Details

    • getEntity

      public PixelmonEntity getEntity()
      Gets the spawned entity
      Returns:
      The entity