public class IlexShrineEvent
extends net.minecraftforge.eventbus.api.Event
Modifier and Type | Class and Description |
---|---|
static class |
IlexShrineEvent.Post |
static class |
IlexShrineEvent.Pre |
Modifier and Type | Field and Description |
---|---|
IlexShrineBlock |
block |
protected PixelmonEntity |
pixelmonEntity |
net.minecraft.entity.player.ServerPlayerEntity |
player |
protected IlexShrineTileEntity |
shrine |
Constructor and Description |
---|
IlexShrineEvent(net.minecraft.entity.player.ServerPlayerEntity player,
IlexShrineBlock block,
PixelmonEntity pixelmonEntity,
IlexShrineTileEntity shrine) |
Modifier and Type | Method and Description |
---|---|
IlexShrineBlock |
getBlock() |
PixelmonEntity |
getEntity() |
net.minecraft.entity.player.ServerPlayerEntity |
getPlayer() |
IlexShrineTileEntity |
getShrine() |
public final IlexShrineBlock block
public final net.minecraft.entity.player.ServerPlayerEntity player
protected final IlexShrineTileEntity shrine
protected PixelmonEntity pixelmonEntity
public IlexShrineEvent(net.minecraft.entity.player.ServerPlayerEntity player, IlexShrineBlock block, PixelmonEntity pixelmonEntity, IlexShrineTileEntity shrine)
public IlexShrineBlock getBlock()
public net.minecraft.entity.player.ServerPlayerEntity getPlayer()
public IlexShrineTileEntity getShrine()
public PixelmonEntity getEntity()