Class CostItem

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

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

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

    observers
  • Constructor Summary

    Constructors
    Constructor
    Description
    CostItem(WarpData warpData)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    xyz.xenondevs.invui.item.ItemProvider
    getItemProvider(org.bukkit.entity.Player player)
     
    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

    • CostItem

      public CostItem(WarpData warpData)
  • Method Details

    • getItemProvider

      public xyz.xenondevs.invui.item.ItemProvider getItemProvider(org.bukkit.entity.Player player)
    • 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)