Class PlayerActivateShrineEvent.Post

java.lang.Object
net.minecraftforge.eventbus.api.Event
com.pixelmonmod.pixelmon.api.events.PlayerActivateShrineEvent
com.pixelmonmod.pixelmon.api.events.PlayerActivateShrineEvent.Post
Enclosing class:
PlayerActivateShrineEvent

public static class PlayerActivateShrineEvent.Post extends PlayerActivateShrineEvent
  • Constructor Details

    • Post

      public Post(net.minecraft.core.BlockPos blockPos, net.minecraft.server.level.ServerPlayer player, ShrineBlock block, ShrineType shrineType, BirdShrineTileEntity shrine, boolean canEncounter, PixelmonEntity pixelmonEntity)
      Basic constructor
      Parameters:
      blockPos - The position of the block
      player - The player interacting with the block
      block - The block type being interacted with
      shrineType - The type of shrine
      shrine - The shrine tile entity
      canEncounter - If the player can encounter the shrine
      pixelmonEntity - The Pokémon to be spawned