Interface PaperRichTextRenderer.ActionInvoker

Enclosing class:
PaperRichTextRenderer
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public static interface PaperRichTextRenderer.ActionInvoker
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    invoke(org.bukkit.command.CommandSender sender, dev.shamoo.runtime.core.ScriptCallback callback, Map<String,Object> action)
     
  • Method Details

    • invoke

      void invoke(org.bukkit.command.CommandSender sender, dev.shamoo.runtime.core.ScriptCallback callback, Map<String,Object> action)