Class BinaryTagWriter
java.lang.Object
net.minestom.server.utils.nbt.BinaryTagWriter
Deprecated, for removal: This API element is subject to removal in a future version.
-
Constructor Summary
ConstructorsConstructorDescriptionBinaryTagWriter(DataOutput output) Deprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptionvoidwriteNamed(String name, BinaryTag tag) Deprecated, for removal: This API element is subject to removal in a future version.voidwriteNameless(BinaryTag tag) Deprecated, for removal: This API element is subject to removal in a future version.
-
Constructor Details
-
BinaryTagWriter
Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
-
writeNameless
Deprecated, for removal: This API element is subject to removal in a future version.- Throws:
IOException
-
writeNamed
Deprecated, for removal: This API element is subject to removal in a future version.- Throws:
IOException
-