Class Differ

java.lang.Object
net.lenni0451.imnbt.utils.nbt.diff.Differ

public class Differ extends Object
A diff tool to generate a map of differences between two tags.
  • Constructor Details

    • Differ

      public Differ()
  • Method Details

    • diff

      public static DiffMap diff(net.lenni0451.mcstructs.nbt.NbtTag left, net.lenni0451.mcstructs.nbt.NbtTag right)
      Diff the two given tags.
      Parameters:
      left - The left tag
      right - The right tag
      Returns:
      The diff map