public class PlayerActivateShrineEvent
extends net.minecraftforge.fml.common.eventhandler.Event
Modifier and Type | Field and Description |
---|---|
BlockShrine |
block
The block associated with the shrine being activated.
|
net.minecraft.entity.player.EntityPlayerMP |
player
The player activating the shrine
|
net.minecraft.util.math.BlockPos |
position
The position of the shrine
|
TileEntityShrine |
shrine
The TileEntity that is associated with this shrine
|
EnumShrine |
shrineType
The specific type of shrine as one of the three legendary birds
|
Constructor and Description |
---|
PlayerActivateShrineEvent(net.minecraft.entity.player.EntityPlayerMP player,
BlockShrine block,
EnumShrine shrineType,
TileEntityShrine shrine,
net.minecraft.util.math.BlockPos position) |
public final BlockShrine block
public final net.minecraft.entity.player.EntityPlayerMP player
public final EnumShrine shrineType
public final TileEntityShrine shrine
public final net.minecraft.util.math.BlockPos position
public PlayerActivateShrineEvent(net.minecraft.entity.player.EntityPlayerMP player, BlockShrine block, EnumShrine shrineType, TileEntityShrine shrine, net.minecraft.util.math.BlockPos position)