public static class TimespaceEvent.PlaceOrb extends TimespaceEvent
TimespaceEvent
subclass event fired when a player places a Timespace Orb in a Timespace Altar.
This fired before the action succeeds, but after success is guaranteed.
Cancelling this event will prevent the Timespace Orb from being put in.
TimespaceEvent.PlaceChain, TimespaceEvent.PlaceOrb, TimespaceEvent.Summon, TimespaceEvent.TakeChain, TimespaceEvent.TakeOrb
Constructor and Description |
---|
PlaceOrb(net.minecraft.entity.player.EntityPlayer player,
TileEntityTimespaceAltar altar,
net.minecraft.item.ItemStack stack) |
Modifier and Type | Method and Description |
---|---|
TileEntityTimespaceAltar |
getAltar() |
ItemTimespaceOrb |
getOrb()
Gets the
ItemTimespaceOrb being put into the Timespace Altar. |
net.minecraft.item.ItemStack |
getStack() |
getPlayer
public PlaceOrb(net.minecraft.entity.player.EntityPlayer player, TileEntityTimespaceAltar altar, net.minecraft.item.ItemStack stack)
public ItemTimespaceOrb getOrb()
ItemTimespaceOrb
being put into the Timespace Altar.public TileEntityTimespaceAltar getAltar()
public net.minecraft.item.ItemStack getStack()