Class TimespaceEvent.Summon.Pre
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.Pre
- All Implemented Interfaces:
net.neoforged.bus.api.ICancellableEvent
- Enclosing class:
TimespaceEvent.Summon
public static class TimespaceEvent.Summon.Pre
extends TimespaceEvent.Summon
implements net.neoforged.bus.api.ICancellableEvent
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
-
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
ConstructorsConstructorDescriptionPre
(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 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface net.neoforged.bus.api.ICancellableEvent
isCanceled, setCanceled
-
Constructor Details
-
Pre
public Pre(net.minecraft.world.entity.player.Player player, TimespaceAltarTileEntity altar, PixelmonEntity pixelmon)
-
-
Method Details
-
setPixelmon
-