Package dev.linwood.itemmods.api.item
Class CustomItemManager
- java.lang.Object
-
- dev.linwood.itemmods.api.item.CustomItemManager
-
public class CustomItemManager extends Object
-
-
Constructor Summary
Constructors Constructor Description CustomItemManager()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description @Nullable CustomItem
create(@NotNull PackObject packObject)
CustomItem
fromItemStack(org.bukkit.inventory.ItemStack itemStack)
ItemAsset
getAssetByKey(String key)
-
-
-
Method Detail
-
getAssetByKey
public ItemAsset getAssetByKey(String key) throws UnsupportedOperationException
- Throws:
UnsupportedOperationException
-
fromItemStack
public CustomItem fromItemStack(org.bukkit.inventory.ItemStack itemStack)
-
create
@Nullable public @Nullable CustomItem create(@NotNull @NotNull PackObject packObject)
-
-