Package net.lenni0451.imnbt
Class TagSettings
java.lang.Object
net.lenni0451.imnbt.TagSettings
The
If a tag is newly created, the default values are used when showing the save dialog.
formatType, endianType and compressionType are only used to select default values when saving a tag.If a tag is newly created, the default values are used when showing the save dialog.
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe current compression type of the tag.The current endian type of the tag.The current format of the tag.booleanIf extra data after the root tag should be read.
This is only used when reading a tag.The name of the root tag. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
rootName
The name of the root tag. -
formatType
The current format of the tag. -
endianType
The current endian type of the tag. -
compressionType
The current compression type of the tag. -
readExtraData
public boolean readExtraDataIf extra data after the root tag should be read.
This is only used when reading a tag.
-
-
Constructor Details
-
TagSettings
public TagSettings()
-