Class TimespaceEvent.Summon.Post
java.lang.Object
net.minecraftforge.eventbus.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.PreNested classes/interfaces inherited from class com.pixelmonmod.pixelmon.api.events.legendary.TimespaceEvent
TimespaceEvent.PlaceChain, TimespaceEvent.PlaceOrb, TimespaceEvent.Summon, TimespaceEvent.TakeChain, TimespaceEvent.TakeOrbNested 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.Summon
pixelmonFields 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, getPixelmonMethods inherited from class com.pixelmonmod.pixelmon.api.events.legendary.TimespaceEvent
getPlayerMethods inherited from class net.minecraftforge.eventbus.api.Event
getListenerList, getPhase, getResult, hasResult, isCancelable, isCanceled, setCanceled, setPhase, setResult
-
Constructor Details
-
Post
public Post(net.minecraft.world.entity.player.Player player, TimespaceAltarTileEntity altar, PixelmonEntity pixelmon)
-