Uses of Class
dev.lone.itemsadder.api.CustomStack
Packages that use CustomStack
-
Uses of CustomStack in dev.lone.itemsadder.api
Subclasses of CustomStack in dev.lone.itemsadder.apiModifier and TypeClassDescriptionclassClass representing a custom block in ItemsAdder.classclassClass representing a CustomFurniture of ItemsAdder.Methods in dev.lone.itemsadder.api that return CustomStackModifier and TypeMethodDescriptionstatic @Nullable CustomStackCustomStack.byItemStack(org.bukkit.inventory.ItemStack itemStack) Returns null if the providedItemStackis not a custom item created with ItemsAdder.static @Nullable CustomStackCustomStack.getInstance(String namespacedID) Gets a clone of the custom stack declared in ItemsAdder registry.CustomCrop.getSeed()Gets aCustomStackinstance of the Seeds associated with this CustomCrop.Methods in dev.lone.itemsadder.api that return types with arguments of type CustomStackModifier and TypeMethodDescriptionstatic List<CustomStack>ItemsAdder.getAllItems()Returns all the registered items.static List<CustomStack>ItemsAdder.getAllItems(String namespace) Returns all the registered items by a specific namespace.static List<CustomStack>ItemsAdder.getAllItems(org.bukkit.Material material) Returns all the registered items which use a specific Bukkit Material.Methods in dev.lone.itemsadder.api with parameters of type CustomStackModifier and TypeMethodDescriptionbooleanCustomStack.matchNamespacedID(CustomStack other) Returns whether the namespace and id of the provided CustomStack match the one of this CustomStack.