Class WarpListItem

java.lang.Object
xyz.xenondevs.invui.item.impl.AbstractItem
fr.fuzeblocks.homeplugin.gui.legacy.warp.item.WarpListItem
All Implemented Interfaces:
xyz.xenondevs.invui.item.Item

public class WarpListItem extends xyz.xenondevs.invui.item.impl.AbstractItem
  • Constructor Summary

    Constructors
    Constructor
    Description
    WarpListItem(String warpName, String displayName)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    xyz.xenondevs.invui.item.ItemProvider
     
    void
    handleClick(@NotNull org.bukkit.event.inventory.ClickType clickType, @NotNull org.bukkit.entity.Player player, @NotNull org.bukkit.event.inventory.InventoryClickEvent inventoryClickEvent)
     

    Methods inherited from class xyz.xenondevs.invui.item.impl.AbstractItem

    addWindow, getWindows, notifyWindows, removeWindow

    Methods inherited from class Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface xyz.xenondevs.invui.item.Item

    getItemProvider
  • Constructor Details

    • WarpListItem

      public WarpListItem(String warpName, String displayName)
  • Method Details

    • getItemProvider

      public xyz.xenondevs.invui.item.ItemProvider getItemProvider()
    • handleClick

      public void handleClick(@NotNull @NotNull org.bukkit.event.inventory.ClickType clickType, @NotNull @NotNull org.bukkit.entity.Player player, @NotNull @NotNull org.bukkit.event.inventory.InventoryClickEvent inventoryClickEvent)