Class ForwardThinkingAugment
java.lang.Object
xericker.arenalegends.gameplay.augment.builder.AugmentExecutor
xericker.arenalegends.gameplay.augment.executor.silver.ForwardThinkingAugment
- All Implemented Interfaces:
BaseAugment, QuestAugment, TaskAugment
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionForwardThinkingAugment(org.bukkit.entity.Player player, String augmentId, Augment augment) -
Method Summary
Methods 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, isIgnoreTickEvent, onPhaseMethods inherited from interface QuestAugment
executeCompleted
-
Constructor Details
-
ForwardThinkingAugment
-
-
Method Details
-
isPersistent
public boolean isPersistent()- Specified by:
isPersistentin interfaceBaseAugment
-
onEvent
- Specified by:
onEventin interfaceBaseAugment
-
tick
public void tick()- Specified by:
tickin interfaceTaskAugment
-
isCompleted
public boolean isCompleted()- Specified by:
isCompletedin interfaceQuestAugment
-
updateProgress
public void updateProgress()- Specified by:
updateProgressin interfaceQuestAugment
-