public abstract static class TimespaceEvent.Summon extends TimespaceEvent
Subclasses: TimespaceEvent.Summon.Pre, TimespaceEvent.Summon.Post
| Modifier and Type | Class and Description |
|---|---|
static class |
TimespaceEvent.Summon.Post
TimespaceEvent subclass event fired after the animation of a Timespace Altar summoning finishes. |
static class |
TimespaceEvent.Summon.Pre
TimespaceEvent subclass event fired before the animation of a Timespace Altar summoning begins. |
TimespaceEvent.PlaceChain, TimespaceEvent.PlaceOrb, TimespaceEvent.Summon, TimespaceEvent.TakeChain, TimespaceEvent.TakeOrb| Modifier and Type | Field and Description |
|---|---|
protected PixelmonEntity |
pixelmon |
player| Constructor and Description |
|---|
Summon(net.minecraft.entity.player.PlayerEntity player,
TimespaceAltarTileEntity altar,
PixelmonEntity pixelmon) |
| Modifier and Type | Method and Description |
|---|---|
TimespaceAltarTileEntity |
getAltar() |
PixelmonEntity |
getPixelmon() |
getPlayerprotected PixelmonEntity pixelmon
public Summon(net.minecraft.entity.player.PlayerEntity player,
TimespaceAltarTileEntity altar,
PixelmonEntity pixelmon)
public TimespaceAltarTileEntity getAltar()
public PixelmonEntity getPixelmon()