public abstract class ArceusEvent
extends net.minecraftforge.fml.common.eventhandler.Event
Subclasses: ArceusEvent.AddPlate
, ArceusEvent.CreateFlute
, ArceusEvent.PlayFlute
Modifier and Type | Class and Description |
---|---|
static class |
ArceusEvent.AddPlate
ArceusEvent subclass event fired for when a player adds one of the elemental plates to the Arc Chalice. |
static class |
ArceusEvent.CreateFlute
ArceusEvent subclass event fired when the Arc Chalice animation completes and the Azure Flute item is about to
be spawned into the world. |
static class |
ArceusEvent.PlayFlute
ArceusEvent subclass event that fires when an Azure Flute is played near a Timespace Altar. |
Constructor and Description |
---|
ArceusEvent(java.util.UUID playerUUID) |
Modifier and Type | Method and Description |
---|---|
net.minecraft.entity.player.EntityPlayerMP |
getPlayer()
Gets the player based off
playerUUID . |
java.util.UUID |
getPlayerUUID() |
@Nullable public net.minecraft.entity.player.EntityPlayerMP getPlayer()
playerUUID
. Could be null in some cases where the player is offline.public java.util.UUID getPlayerUUID()