public abstract static class Gen2BellEvent.SummonLegendary extends Gen2BellEvent
Gen2BellEvent
Event fires when a bell spawns a legendary.Modifier and Type | Class and Description |
---|---|
static class |
Gen2BellEvent.SummonLegendary.Post |
static class |
Gen2BellEvent.SummonLegendary.Pre |
Gen2BellEvent.RollSuccessEvent, Gen2BellEvent.SummonLegendary
Modifier and Type | Field and Description |
---|---|
protected BellTileEntity |
bell |
protected PixelmonEntity |
pixelmonEntity |
playerUUID
Constructor and Description |
---|
SummonLegendary(java.util.UUID playerUUID,
BellTileEntity bell,
PixelmonEntity pixelmonEntity) |
Modifier and Type | Method and Description |
---|---|
BellTileEntity |
getBell() |
PixelmonEntity |
getPixelmonEntity() |
getPlayer
protected final BellTileEntity bell
protected PixelmonEntity pixelmonEntity
public SummonLegendary(java.util.UUID playerUUID, BellTileEntity bell, PixelmonEntity pixelmonEntity)
public BellTileEntity getBell()
public PixelmonEntity getPixelmonEntity()