Class CustomItemManager


  • public class CustomItemManager
    extends java.lang.Object
    • Method Detail

      • getAssetByKey

        public ItemAsset getAssetByKey​(java.lang.String key)
                                throws java.lang.UnsupportedOperationException
        Throws:
        java.lang.UnsupportedOperationException
      • fromItemStack

        public CustomItem fromItemStack​(org.bukkit.inventory.ItemStack itemStack)
      • create

        @Nullable
        public @Nullable CustomItem create​(@NotNull
                                           @NotNull PackObject packObject)