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