public static class PlayerActivateShrineEvent.Post extends PlayerActivateShrineEvent
PlayerActivateShrineEvent.Post, PlayerActivateShrineEvent.Pre
canEncounter, pixelmonEntity
Constructor and Description |
---|
Post(net.minecraft.util.math.BlockPos blockPos,
net.minecraft.entity.player.ServerPlayerEntity player,
ShrineBlock block,
ShrineType shrineType,
BirdShrineTileEntity shrine,
boolean canEncounter,
PixelmonEntity pixelmonEntity)
Basic constructor
|
canEncounter, getBlock, getBlockPos, getBlockState, getPixelmonEntity, getPlayer, getShrine, getShrineType
public Post(net.minecraft.util.math.BlockPos blockPos, net.minecraft.entity.player.ServerPlayerEntity player, ShrineBlock block, ShrineType shrineType, BirdShrineTileEntity shrine, boolean canEncounter, PixelmonEntity pixelmonEntity)
blockPos
- The position of the blockplayer
- The player interacting with the blockblock
- The block type being interacted withshrineType
- The type of shrineshrine
- The shrine tile entitycanEncounter
- If the player can encounter the shrinepixelmonEntity
- The Pokémon to be spawned