java.lang.Object
studio.magemonkey.codex.manager.api.gui.JIcon

public class JIcon extends Object
  • Constructor Details

    • JIcon

      public JIcon(@NotNull JIcon clon)
    • JIcon

      public JIcon(@NotNull org.bukkit.Material m, int amount)
    • JIcon

      public JIcon(@NotNull org.bukkit.Material m)
    • JIcon

      public JIcon(@NotNull org.bukkit.inventory.ItemStack item)
  • Method Details

    • setName

      @NotNull public JIcon setName(@NotNull String name)
    • setLore

      @NotNull public JIcon setLore(@NotNull List<String> s)
    • addLore

      @NotNull public JIcon addLore(@NotNull String... s)
    • setEnchanted

      @NotNull public JIcon setEnchanted(boolean b)
    • clearLore

      @NotNull public JIcon clearLore()
    • getClick

      @Nullable public GuiClick getClick()
    • setClick

      @NotNull public JIcon setClick(@Nullable GuiClick click)
    • click

      public void click(@NotNull org.bukkit.entity.Player p, @NotNull org.bukkit.event.inventory.ClickType type, @NotNull org.bukkit.event.inventory.InventoryClickEvent e)
    • build

      @NotNull public org.bukkit.inventory.ItemStack build()