Class PlayerGlidersGUI

java.lang.Object
mc.obliviate.inventory.Gui
org.itsharshxd.matrixgliders.guis.PlayerGlidersGUI
All Implemented Interfaces:
org.bukkit.inventory.InventoryHolder

public class PlayerGlidersGUI extends mc.obliviate.inventory.Gui
  • Constructor Summary

    Constructors
    Constructor
    Description
    PlayerGlidersGUI​(org.bukkit.entity.Player player)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    onOpen​(org.bukkit.event.inventory.InventoryOpenEvent event)
     
    replaceWordInList​(List<String> lines, String targetWord, String replacementWord)
     

    Methods inherited from class mc.obliviate.inventory.Gui

    addItem, addItem, addItem, addItem, addItem, addItem, addItem, addItem, createInventory, createInventory, fillColumn, fillGui, fillGui, fillGui, fillGui, fillRow, getId, getInventory, getItems, getLastSlot, getPlugin, getSize, getTaskList, getTitle, isClosed, onClick, onClose, onDrag, open, runTaskLater, sendSizeUpdate, sendTitleUpdate, setClosed, setInventory, setSize, setTitle, stopAllTasks, stopTask, updateTask

    Methods inherited from class java.lang.Object

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

    • PlayerGlidersGUI

      public PlayerGlidersGUI(org.bukkit.entity.Player player)
  • Method Details

    • onOpen

      public void onOpen(org.bukkit.event.inventory.InventoryOpenEvent event)
      Overrides:
      onOpen in class mc.obliviate.inventory.Gui
    • replaceWordInList

      public List<String> replaceWordInList(List<String> lines, String targetWord, String replacementWord)