Class QuestThePrismaticEggAugment
java.lang.Object
xericker.arenalegends.gameplay.augment.builder.AugmentExecutor
xericker.arenalegends.gameplay.augment.executor.prismatic.QuestThePrismaticEggAugment
- All Implemented Interfaces:
BaseAugment, QuestAugment
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionQuestThePrismaticEggAugment(org.bukkit.entity.Player player, String augmentId, Augment augment) -
Method Summary
Modifier and TypeMethodDescriptionorg.bukkit.inventory.ItemStackorg.bukkit.inventory.ItemStackgiveEgg()booleanbooleanvoidvoidMethods inherited from class AugmentExecutor
addEntity, addTask, getData, getEntities, getTasks, getValue, isFlag, setFlagsMethods inherited from class Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface BaseAugment
cancel, getAugmentsBlocked, getModesBlocked, getPriority, getTags, getTagsBlocked, getTagsRequired, isIgnoreSelfEvent, isIgnoreTickEventMethods inherited from interface QuestAugment
executeCompleted
-
Constructor Details
-
QuestThePrismaticEggAugment
-
-
Method Details
-
isPersistent
public boolean isPersistent()- Specified by:
isPersistentin interfaceBaseAugment
-
isCompleted
public boolean isCompleted()- Specified by:
isCompletedin interfaceQuestAugment
-
onEvent
- Specified by:
onEventin interfaceBaseAugment
-
onPhase
- Specified by:
onPhasein interfaceBaseAugment
-
updateProgress
public void updateProgress()- Specified by:
updateProgressin interfaceQuestAugment
-
giveEgg
public org.bukkit.inventory.ItemStack giveEgg() -
getEggFromInventory
public org.bukkit.inventory.ItemStack getEggFromInventory()
-