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.booleanMinecraft 1.20.2 introduced a new tag type without a name.
This is only used in networking.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. -
namelessRoot
public boolean namelessRootMinecraft 1.20.2 introduced a new tag type without a name.
This is only used in networking. -
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()
-