Package me.deecaad.core.extensions
Interface Extension
public interface Extension
Used by external jars to register mechanics, targeters, and conditions.
-
Method Summary
Modifier and TypeMethodDescriptionvoidregister(@NotNull org.bukkit.plugin.Plugin plugin) Registers this addon's mechanics, targeters, and conditions.
-
Method Details
-
register
void register(@NotNull @NotNull org.bukkit.plugin.Plugin plugin) Registers this addon's mechanics, targeters, and conditions.- Parameters:
plugin- the plugin that is registering everything
-