Class DiffWindow

java.lang.Object
net.lenni0451.imnbt.ui.types.Window
net.lenni0451.imnbt.ui.windows.DiffWindow

public class DiffWindow extends Window
The window to display the diff of two tags.
  • Constructor Details

  • Method Details

    • diff

      public void diff(net.lenni0451.mcstructs.nbt.INbtTag left, net.lenni0451.mcstructs.nbt.INbtTag right)
    • render

      public void render()
      Description copied from class: Window
      Render the window content.
      Specified by:
      render in class Window