Uses of Class
net.mathias2246.buildmc.api.item.AbstractCustomItem
Packages that use AbstractCustomItem
-
Uses of AbstractCustomItem in net.mathias2246.buildmc.api.item
Fields in net.mathias2246.buildmc.api.item with type parameters of type AbstractCustomItemModifier and TypeFieldDescriptionstatic final @NotNull DeferredRegistry<AbstractCustomItem> AbstractCustomItem.customItemsRegistryShared registry instance forAbstractCustomIteminstancesMethods in net.mathias2246.buildmc.api.item that return AbstractCustomItemModifier and TypeMethodDescriptionstatic @Nullable AbstractCustomItemItemUtil.getCustomItemFromItemStack(@NotNull org.bukkit.inventory.ItemStack itemStack) Will try to get aAbstractCustomItemfrom anItemStackif it is a custom item. -
Uses of AbstractCustomItem in net.mathias2246.buildmc.api.item.abstractTypes
Subclasses of AbstractCustomItem in net.mathias2246.buildmc.api.item.abstractTypesModifier and TypeClassDescriptionclassAn abstract-class that can be used to create selection tools.classAn abstract class that should be used to define custom tools for your plugin.