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

    Nested Classes
    Modifier and Type
    Class
    Description
    static 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

    Fields
    Modifier and Type
    Field
    Description
    protected final net.minecraft.world.entity.player.Player
     
  • Method Summary

    Modifier and Type
    Method
    Description
    net.minecraft.world.entity.player.Player
     

    Methods inherited from class net.minecraftforge.eventbus.api.Event

    getListenerList, getPhase, getResult, hasResult, isCancelable, isCanceled, setCanceled, setPhase, setResult

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • player

      protected final net.minecraft.world.entity.player.Player player
  • Method Details

    • getPlayer

      public net.minecraft.world.entity.player.Player getPlayer()