Class PokedexOpenedEvent.Post

java.lang.Object
net.neoforged.bus.api.Event
com.pixelmonmod.pixelmon.api.events.PokedexOpenedEvent
com.pixelmonmod.pixelmon.api.events.PokedexOpenedEvent.Post
Enclosing class:
PokedexOpenedEvent

public static class PokedexOpenedEvent.Post extends PokedexOpenedEvent
The event that is fired after the packet that makes the player open their Pokédex is sent.
  • Constructor Details

    • Post

      public Post(@Nonnull net.minecraft.world.entity.player.Player player, int dexNumber)