public class DiffWindow
extends Window
The window to display the diff of two tags.
-
Field Summary
Fields inherited from class net.lenni0451.imnbt.ui.types.Window
drawer
-
Constructor Summary
Constructors
-
Method Summary
void
diff(net.lenni0451.mcstructs.nbt.NbtTag left,
net.lenni0451.mcstructs.nbt.NbtTag right)
void
Render the window content.
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Details
-
diff
public void diff(net.lenni0451.mcstructs.nbt.NbtTag left,
net.lenni0451.mcstructs.nbt.NbtTag right)
-
render
public void render()
Description copied from class: Window
Render the window content.
- Specified by:
render in class Window