Class InventoryUpdate

java.lang.Object
me.devnatan.inventoryframework.runtime.thirdparty.InventoryUpdate

public final class InventoryUpdate extends Object
A utility class for update the inventory of a player. This is useful to change the title of an inventory.
  • Field Details

    • CONTAINER

      public static final Class<?> CONTAINER
    • getBukkitView

      public static final MethodHandle getBukkitView
    • packetPlayOutOpenWindow

      public static final MethodHandle packetPlayOutOpenWindow
    • activeContainer

      public static final MethodHandle activeContainer
    • windowId

      public static final MethodHandle windowId
    • DUMMY_COLOR_MODIFIERS

      public static final Object[] DUMMY_COLOR_MODIFIERS
  • Constructor Details

    • InventoryUpdate

      public InventoryUpdate()
  • Method Details