Class ReadTrackers

java.lang.Object
net.lenni0451.imnbt.utils.nbt.ReadTrackers

public class ReadTrackers extends Object
A collection of NbtReadTracker which are used by ImNbt.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final net.lenni0451.mcstructs.nbt.io.NbtReadTracker
    A read tracker with no limits.
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static net.lenni0451.mcstructs.nbt.io.NbtReadTracker
    A more strict read tracker which breaks early if something is wrong.

    Methods inherited from class java.lang.Object

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

    • UNLIMITED

      public static final net.lenni0451.mcstructs.nbt.io.NbtReadTracker UNLIMITED
      A read tracker with no limits.
  • Constructor Details

    • ReadTrackers

      public ReadTrackers()
  • Method Details

    • strict

      public static net.lenni0451.mcstructs.nbt.io.NbtReadTracker strict()
      A more strict read tracker which breaks early if something is wrong.