Class ItemCustomTool

java.lang.Object
cn.nukkit.item.Item
cn.nukkit.item.ItemTool
cn.nukkit.item.customitem.ItemCustomTool
All Implemented Interfaces:
BlockID, CustomItem, ItemDurable, ItemID, StringItem, Cloneable

@PowerNukkitXOnly @Since("1.6.0.0-PNX") public abstract class ItemCustomTool extends ItemTool implements ItemDurable, CustomItem
Author:
lt_name
  • Constructor Details

    • ItemCustomTool

      public ItemCustomTool(@NotNull String id, @Nullable String name)
    • ItemCustomTool

      public ItemCustomTool(@NotNull String id, @Nullable String name, @NotNull String textureName)
  • Method Details