Class ChatColorGUI

java.lang.Object
xyz.xenondevs.invui.gui.AbstractGui
dev.unnm3d.redischat.chat.ChatColorGUI
All Implemented Interfaces:
xyz.xenondevs.invui.gui.Gui, xyz.xenondevs.invui.gui.GuiParent

public class ChatColorGUI extends xyz.xenondevs.invui.gui.AbstractGui
  • Nested Class Summary

    Nested classes/interfaces inherited from class xyz.xenondevs.invui.gui.AbstractGui

    xyz.xenondevs.invui.gui.AbstractGui.AbstractBuilder<G extends xyz.xenondevs.invui.gui.Gui,S extends xyz.xenondevs.invui.gui.Gui.Builder<G,S>>

    Nested classes/interfaces inherited from interface xyz.xenondevs.invui.gui.Gui

    xyz.xenondevs.invui.gui.Gui.Builder<G extends xyz.xenondevs.invui.gui.Gui,S extends xyz.xenondevs.invui.gui.Gui.Builder<G,S>>
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    handleClick(int slotNumber, org.bukkit.entity.Player player, org.bukkit.event.inventory.ClickType clickType, org.bukkit.event.inventory.InventoryClickEvent event)
     

    Methods inherited from class xyz.xenondevs.invui.gui.AbstractGui

    addItems, addParent, addSlotElements, applyStructure, cancelAnimation, closeForAllViewers, fill, fill, fillBorders, fillColumn, fillRectangle, fillRectangle, fillRectangle, fillRectangle, fillRow, findAllCurrentViewers, findAllWindows, getAllInventories, getAllInventorySlots, getBackground, getHeight, getItem, getItem, getParents, getSize, getSlotElement, getSlotElement, getSlotElements, getWidth, handleInvDoubleClick, handleInvDrop, handleInvItemShift, handleInvLeftClick, handleInvNumberKey, handleInvOffHandKey, handleInvRightClick, handleInvSlotElementClick, handleItemDrag, handleItemShift, handleSlotElementUpdate, hasSlotElement, hasSlotElement, isFrozen, isIgnoreObscuredInventorySlots, playAnimation, putIntoFirstInventory, remove, remove, removeParent, setBackground, setFrozen, setIgnoreObscuredInventorySlots, setItem, setItem, setSlotElement, setSlotElement, updateControlItems

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • ChatColorGUI

      public ChatColorGUI(RedisChat plugin)
  • Method Details

    • handleClick

      public void handleClick(int slotNumber, org.bukkit.entity.Player player, org.bukkit.event.inventory.ClickType clickType, org.bukkit.event.inventory.InventoryClickEvent event)
      Overrides:
      handleClick in class xyz.xenondevs.invui.gui.AbstractGui