Class TimespaceEvent.Summon
java.lang.Object
net.minecraftforge.eventbus.api.Event
com.pixelmonmod.pixelmon.api.events.legendary.TimespaceEvent
com.pixelmonmod.pixelmon.api.events.legendary.TimespaceEvent.Summon
- Direct Known Subclasses:
TimespaceEvent.Summon.Post
,TimespaceEvent.Summon.Pre
- Enclosing class:
- TimespaceEvent
Superclass event for actions related to summoning and the Timespace Altar.
Subclasses: TimespaceEvent.Summon.Pre
, TimespaceEvent.Summon.Post
- Since:
- October 19th, 2019
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
TimespaceEvent
subclass event fired after the animation of a Timespace Altar summoning finishes.static class
TimespaceEvent
subclass event fired before the animation of a Timespace Altar summoning begins.Nested classes/interfaces inherited from class com.pixelmonmod.pixelmon.api.events.legendary.TimespaceEvent
TimespaceEvent.PlaceChain, TimespaceEvent.PlaceOrb, TimespaceEvent.Summon, TimespaceEvent.TakeChain, TimespaceEvent.TakeOrb
Nested classes/interfaces inherited from class net.minecraftforge.eventbus.api.Event
net.minecraftforge.eventbus.api.Event.HasResult, net.minecraftforge.eventbus.api.Event.Result
-
Field Summary
Fields inherited from class com.pixelmonmod.pixelmon.api.events.legendary.TimespaceEvent
player
-
Constructor Summary
ConstructorDescriptionSummon
(net.minecraft.world.entity.player.Player player, TimespaceAltarTileEntity altar, PixelmonEntity pixelmon) -
Method Summary
Methods inherited from class com.pixelmonmod.pixelmon.api.events.legendary.TimespaceEvent
getPlayer
Methods inherited from class net.minecraftforge.eventbus.api.Event
getListenerList, getPhase, getResult, hasResult, isCancelable, isCanceled, setCanceled, setPhase, setResult
-
Field Details
-
pixelmon
-
-
Constructor Details
-
Summon
public Summon(net.minecraft.world.entity.player.Player player, TimespaceAltarTileEntity altar, PixelmonEntity pixelmon)
-
-
Method Details
-
getAltar
-
getPixelmon
-