Class FancyNpcSimpleDialogueAction

java.lang.Object
de.oliver.fancynpcs.api.actions.NpcAction
io.github.kcajpanda.simpledialogue.fancynpcs.FancyNpcSimpleDialogueAction

public final class FancyNpcSimpleDialogueAction extends de.oliver.fancynpcs.api.actions.NpcAction
FancyNPC action implementation for simple_dialogue <dialogueId>.
  • Nested Class Summary

    Nested classes/interfaces inherited from class de.oliver.fancynpcs.api.actions.NpcAction

    de.oliver.fancynpcs.api.actions.NpcAction.NpcActionData
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    execute(@NotNull de.oliver.fancynpcs.api.actions.executor.ActionExecutionContext context, @Nullable String value)
     

    Methods inherited from class de.oliver.fancynpcs.api.actions.NpcAction

    getName, requiresValue

    Methods inherited from class Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

  • Method Details

    • execute

      public void execute(@NotNull @NotNull de.oliver.fancynpcs.api.actions.executor.ActionExecutionContext context, @Nullable @Nullable String value)
      Specified by:
      execute in class de.oliver.fancynpcs.api.actions.NpcAction