Package net.lenni0451.imnbt.utils.nbt
Class ReadTrackers
java.lang.Object
net.lenni0451.imnbt.utils.nbt.ReadTrackers
A collection of
NbtReadTracker which are used by ImNbt.-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final net.lenni0451.mcstructs.nbt.io.NbtReadTrackerA read tracker with no limits. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic net.lenni0451.mcstructs.nbt.io.NbtReadTrackerstrict()A more strict read tracker which breaks early if something is wrong.
-
Field Details
-
UNLIMITED
public static final net.lenni0451.mcstructs.nbt.io.NbtReadTracker UNLIMITEDA 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.
-