Class TimespaceEvent.TakeOrb

java.lang.Object
net.minecraftforge.eventbus.api.Event
com.pixelmonmod.pixelmon.api.events.legendary.TimespaceEvent
com.pixelmonmod.pixelmon.api.events.legendary.TimespaceEvent.TakeOrb
Enclosing class:
TimespaceEvent

public static class TimespaceEvent.TakeOrb extends TimespaceEvent
TimespaceEvent subclass event fired when a player takes a Timespace Orb from a Timespace Altar. This fired before the action succeeds, but after success is guaranteed.

Cancelling this event will prevent the Timespace Orb from being taken out.

Since:
October 19th, 2019
  • Constructor Details

    • TakeOrb

      public TakeOrb(net.minecraft.world.entity.player.Player player, TimespaceAltarTileEntity altar, net.minecraft.world.item.ItemStack stack)
  • Method Details