Class PersistentDataUtils.ItemStack

java.lang.Object
com.mclds.plugins.customplugin.utils.PersistentDataUtils.ItemStack
Enclosing class:
PersistentDataUtils

public static class PersistentDataUtils.ItemStack extends Object
  • Constructor Details

    • ItemStack

      public ItemStack()
  • Method Details

    • getNamespacedKey

      public static org.bukkit.NamespacedKey getNamespacedKey(String key)
    • set

      public static void set(org.bukkit.inventory.ItemStack itemStack, String key, String content)
    • get

      @NotNull public static @NotNull String get(org.bukkit.inventory.ItemStack itemStack, String key)
    • remove

      public static void remove(org.bukkit.inventory.ItemStack itemStack, String key)