Class BukkitActionBuilder
java.lang.Object
me.hsgamer.hscore.bukkit.action.builder.BukkitActionBuilder
The utility class to register
Action to the ActionBuilder-
Method Summary
Modifier and TypeMethodDescriptionstatic <I extends ActionInput>
voidregister(ActionBuilder<I> actionBuilder, org.bukkit.plugin.Plugin plugin) Register the actions
-
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 builderplugin- the plugin
-