Class TimespaceEvent
java.lang.Object
net.minecraftforge.eventbus.api.Event
com.pixelmonmod.pixelmon.api.events.legendary.TimespaceEvent
- Direct Known Subclasses:
TimespaceEvent.PlaceChain
,TimespaceEvent.PlaceOrb
,TimespaceEvent.Summon
,TimespaceEvent.TakeChain
,TimespaceEvent.TakeOrb
public abstract class TimespaceEvent
extends net.minecraftforge.eventbus.api.Event
Superclass event for actions related to the Timespace Altar.
Subclasses: TimespaceEvent.PlaceChain
, TimespaceEvent.TakeChain
, TimespaceEvent.PlaceOrb
, TimespaceEvent.TakeOrb
, TimespaceEvent.Summon
- Since:
- October 19th, 2019
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
TimespaceEvent
subclass event fired when a player places a Red Chain in a Timespace Altar.static class
TimespaceEvent
subclass event fired when a player places a Timespace Orb in a Timespace Altar.static class
Superclass event for actions related to summoning and the Timespace Altar.static class
TimespaceEvent
subclass event fired when a player takes a Red Chain from a Timespace Altar.static class
TimespaceEvent
subclass event fired when a player takes a Timespace Orb from a Timespace Altar.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
-
Method Summary
Methods inherited from class net.minecraftforge.eventbus.api.Event
getListenerList, getPhase, getResult, hasResult, isCancelable, isCanceled, setCanceled, setPhase, setResult
-
Field Details
-
player
protected final net.minecraft.world.entity.player.Player player
-
-
Method Details
-
getPlayer
public net.minecraft.world.entity.player.Player getPlayer()
-