Class SCComponentImpl

java.lang.Object
net.sacredlabyrinth.phaed.simpleclans.ui.SCComponent
net.sacredlabyrinth.phaed.simpleclans.ui.SCComponentImpl

public class SCComponentImpl extends SCComponent
  • Constructor Details

    • SCComponentImpl

      public SCComponentImpl(@Nullable @Nullable String displayName, @Nullable @Nullable List<String> lore, @NotNull @NotNull org.bukkit.Material material, int slot)
    • SCComponentImpl

      public SCComponentImpl(@Nullable @Nullable String displayName, @Nullable @Nullable List<String> lore, @NotNull @NotNull com.cryptomorin.xseries.XMaterial material, int slot)
    • SCComponentImpl

      public SCComponentImpl(@Nullable @Nullable String displayName, @Nullable @Nullable List<String> lore, @Nullable @Nullable org.bukkit.inventory.ItemStack item, int slot)
  • Method Details

    • getItem

      @NotNull public @NotNull org.bukkit.inventory.ItemStack getItem()
      Specified by:
      getItem in class SCComponent
    • getSlot

      public int getSlot()
      Specified by:
      getSlot in class SCComponent