Class BukkitActionBuilder

java.lang.Object
me.hsgamer.hscore.bukkit.action.builder.BukkitActionBuilder

public final class BukkitActionBuilder extends Object
The utility class to register Action to the ActionBuilder
  • Method Details

    • register

      public static <I extends ActionInput> void register(ActionBuilder<I> actionBuilder, org.bukkit.plugin.Plugin plugin)
      Register the actions
      Type Parameters:
      I - the type of the input
      Parameters:
      actionBuilder - the action builder
      plugin - the plugin