public class IlexShrineEvent
extends net.minecraftforge.fml.common.eventhandler.Event
Modifier and Type | Field and Description |
---|---|
BlockIlexShrine |
block
The block associated with the shrine being activated.
|
EntityPixelmon |
pixelmonEntity
The pokemon that will be spawned from this event.
|
net.minecraft.entity.player.EntityPlayerMP |
player
The player activating the shrine
|
net.minecraft.util.math.BlockPos |
position
The position of the shrine
|
TileEntityIlexShrine |
shrine
The TileEntity that is associated with this shrine
|
Constructor and Description |
---|
IlexShrineEvent(net.minecraft.entity.player.EntityPlayerMP player,
BlockIlexShrine block,
EntityPixelmon pixelmonEntity,
TileEntityIlexShrine shrine,
net.minecraft.util.math.BlockPos position) |
public final BlockIlexShrine block
public final net.minecraft.entity.player.EntityPlayerMP player
public final EntityPixelmon pixelmonEntity
public final TileEntityIlexShrine shrine
public final net.minecraft.util.math.BlockPos position
public IlexShrineEvent(net.minecraft.entity.player.EntityPlayerMP player, BlockIlexShrine block, EntityPixelmon pixelmonEntity, TileEntityIlexShrine shrine, net.minecraft.util.math.BlockPos position)