Class ArceusEvent.CreateFlute
java.lang.Object
net.minecraftforge.eventbus.api.Event
com.pixelmonmod.pixelmon.api.events.legendary.ArceusEvent
com.pixelmonmod.pixelmon.api.events.legendary.ArceusEvent.CreateFlute
- Enclosing class:
- ArceusEvent
ArceusEvent
subclass event fired when the Arc Chalice animation completes and the Azure Flute item is about to
be spawned into the world.- 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
Fields inherited from class com.pixelmonmod.pixelmon.api.events.legendary.ArceusEvent
playerUUID
-
Constructor Summary
ConstructorDescriptionCreateFlute
(UUID playerUUID, ArcChaliceTileEntity chalice, net.minecraft.world.entity.item.ItemEntity azureFlute) -
Method Summary
Modifier and TypeMethodDescriptionnet.minecraft.world.entity.item.ItemEntity
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
-
Constructor Details
-
CreateFlute
public CreateFlute(UUID playerUUID, ArcChaliceTileEntity chalice, net.minecraft.world.entity.item.ItemEntity azureFlute)
-
-
Method Details
-
getChalice
-
getAzureFlute
public net.minecraft.world.entity.item.ItemEntity getAzureFlute()
-