Class TimespaceEvent.Summon.Pre
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.Pre
- Enclosing class:
- TimespaceEvent.Summon
TimespaceEvent
subclass event fired before the animation of a Timespace Altar summoning begins.- 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
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.Summon
pixelmon
Fields inherited from class com.pixelmonmod.pixelmon.api.events.legendary.TimespaceEvent
player
-
Constructor Summary
ConstructorDescriptionPre
(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
Methods inherited from class net.minecraftforge.eventbus.api.Event
getListenerList, getPhase, getResult, hasResult, isCancelable, isCanceled, setCanceled, setPhase, setResult
-
Constructor Details
-
Pre
public Pre(net.minecraft.world.entity.player.Player player, TimespaceAltarTileEntity altar, PixelmonEntity pixelmon)
-
-
Method Details
-
setPixelmon
-