Package me.nullicorn.nedit.filter

Types

Link copied to clipboard
public class FilteredNBTInputStream extends NBTInputStream
A stream for decoding and serializing NBT data, with the option to provide a filter to be applied when reading compounds.
Link copied to clipboard
public class FilteredTag
Represents the name of an NBT tag that should be handled by a filter.
Link copied to clipboard
public enum FilterMode
Determines how a NBTFilter treats objects passed through it with regard to the tags added to the filter.
Link copied to clipboard
public class NBTFilter implements Iterable<T>
A tool for stripping NBT compounds of excess data, especially to retain a low memory footprint.