Class NeedPermissionAction

java.lang.Object
de.oliver.fancynpcs.api.actions.NpcAction
de.oliver.fancynpcs.api.actions.types.NeedPermissionAction

public class NeedPermissionAction extends NpcAction
  • Constructor Details

    • NeedPermissionAction

      public NeedPermissionAction()
  • Method Details

    • execute

      public void execute(ActionExecutionContext context, String value)
      Description copied from class: NpcAction
      Executes the action associated with this NpcAction.
      Specified by:
      execute in class NpcAction
      Parameters:
      context - The context in which the action is being executed.
      value - The value associated with the action. Can be null if no value is required.