Class BlackListItem

java.lang.Object
xyz.xenondevs.invui.item.AbstractItem
fr.fuzeblocks.homeplugin.gui.modern.warp.item.BlackListItem
All Implemented Interfaces:
xyz.xenondevs.invui.item.Item

public class BlackListItem extends xyz.xenondevs.invui.item.AbstractItem
  • Field Summary

    Fields inherited from class xyz.xenondevs.invui.item.AbstractItem

    observers
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

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

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

    addObserver, notifyWindows, removeObserver

    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

    addWindow, getItemProvider, getWindows, handleClick, removeWindow
  • Constructor Details

    • BlackListItem

      public BlackListItem(WarpData warpData)
  • Method Details

    • getItemProvider

      public xyz.xenondevs.invui.item.ItemProvider getItemProvider(org.bukkit.entity.Player viewer)
    • handleClick

      public void handleClick(@NotNull @NotNull org.bukkit.event.inventory.ClickType clickType, @NotNull @NotNull org.bukkit.entity.Player player, @NotNull @NotNull xyz.xenondevs.invui.Click click)