Class ArceusEvent.PlayFlute
java.lang.Object
net.minecraftforge.eventbus.api.Event
com.pixelmonmod.pixelmon.api.events.legendary.ArceusEvent
com.pixelmonmod.pixelmon.api.events.legendary.ArceusEvent.PlayFlute
- Enclosing class:
- ArceusEvent
ArceusEvent
subclass event that fires when an Azure Flute is played near a Timespace Altar.
Tip: By modifying TimespaceAltarTileEntity.summoningShiny
through
getAltar()
, you can change whether the shown Arceus is shiny.
Cancelling this event will prevent any action occurring from using the flute.
- Since:
- May 17, 2018
-
Nested Class Summary
Nested classes/interfaces inherited from class com.pixelmonmod.pixelmon.api.events.legendary.ArceusEvent
ArceusEvent.AddPlate, ArceusEvent.CreateFlute, ArceusEvent.PlayFlute
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
Modifier and TypeFieldDescriptionprotected final TimespaceAltarTileEntity
protected final net.minecraft.world.item.ItemStack
Fields inherited from class com.pixelmonmod.pixelmon.api.events.legendary.ArceusEvent
playerUUID
-
Constructor Summary
ConstructorDescriptionPlayFlute
(net.minecraft.server.level.ServerPlayer player, net.minecraft.world.item.ItemStack azureFlute, TimespaceAltarTileEntity altar) -
Method Summary
Methods inherited from class com.pixelmonmod.pixelmon.api.events.legendary.ArceusEvent
getPlayer, getPlayerUUID
Methods inherited from class net.minecraftforge.eventbus.api.Event
getListenerList, getPhase, getResult, hasResult, isCancelable, isCanceled, setCanceled, setPhase, setResult
-
Field Details
-
azureFlute
protected final net.minecraft.world.item.ItemStack azureFlute -
altar
-
-
Constructor Details
-
PlayFlute
public PlayFlute(net.minecraft.server.level.ServerPlayer player, net.minecraft.world.item.ItemStack azureFlute, TimespaceAltarTileEntity altar)
-
-
Method Details
-
getAzureFlute
public net.minecraft.world.item.ItemStack getAzureFlute() -
getAltar
-