java.lang.Object
net.guizhanss.guizhanlib.minecraft.utils.ItemUtil

public class ItemUtil extends Object
Utility methods about ItemStack.
Author:
ybw0014
  • Constructor Details

    • ItemUtil

      public ItemUtil()
  • Method Details

    • appendLore

      public static <T extends ItemStack> T appendLore(@Nonnull T itemStack, @Nullable String... extraLore)
      Append lore to an ItemStack.
      Parameters:
      itemStack - The ItemStack to append lore.
      extraLore - The lore to append.
      Returns:
      The ItemStack with lore appended.