Class TimespaceEvent.Summon.Post
java.lang.Object
net.neoforged.bus.api.Event
com.pixelmonmod.pixelmon.api.events.legendary.TimespaceEvent
com.pixelmonmod.pixelmon.api.events.legendary.TimespaceEvent.Summon
com.pixelmonmod.pixelmon.api.events.legendary.TimespaceEvent.Summon.Post
- Enclosing class:
TimespaceEvent.Summon
TimespaceEvent
subclass event fired after the animation of a Timespace Altar summoning finishes.- Since:
- October 19th, 2019
-
Nested Class Summary
Nested classes/interfaces inherited from class com.pixelmonmod.pixelmon.api.events.legendary.TimespaceEvent.Summon
TimespaceEvent.Summon.Post, TimespaceEvent.Summon.Pre
Nested classes/interfaces inherited from class com.pixelmonmod.pixelmon.api.events.legendary.TimespaceEvent
TimespaceEvent.PlaceChain, TimespaceEvent.PlaceOrb, TimespaceEvent.Summon, TimespaceEvent.TakeChain, TimespaceEvent.TakeOrb
-
Field Summary
Fields inherited from class com.pixelmonmod.pixelmon.api.events.legendary.TimespaceEvent.Summon
pixelmon
Fields inherited from class com.pixelmonmod.pixelmon.api.events.legendary.TimespaceEvent
player
-
Constructor Summary
ConstructorsConstructorDescriptionPost
(net.minecraft.world.entity.player.Player player, TimespaceAltarTileEntity altar, PixelmonEntity pixelmon) -
Method Summary
Methods inherited from class com.pixelmonmod.pixelmon.api.events.legendary.TimespaceEvent.Summon
getAltar, getPixelmon
Methods inherited from class com.pixelmonmod.pixelmon.api.events.legendary.TimespaceEvent
getPlayer
-
Constructor Details
-
Post
public Post(net.minecraft.world.entity.player.Player player, TimespaceAltarTileEntity altar, PixelmonEntity pixelmon)
-