java.lang.Object
net.mathias2246.buildmc.api.item.AbstractCustomItem
net.mathias2246.buildmc.api.item.abstractTypes.AbstractTool
All Implemented Interfaces:
org.bukkit.Keyed
Direct Known Subclasses:
AbstractSelectionTool

public abstract class AbstractTool extends AbstractCustomItem
An abstract class that should be used to define custom tools for your plugin.
  • Constructor Details

    • AbstractTool

      public AbstractTool(@NotNull @NotNull org.bukkit.plugin.Plugin plugin, @NotNull @NotNull org.bukkit.NamespacedKey key)