Module net.kyori.adventure.nbt
Package net.kyori.adventure.nbt
Interface BinaryTagType.Writer<T extends BinaryTag>
- Type Parameters:
T- the tag type
- Enclosing interface:
BinaryTagType<T extends BinaryTag>
public static interface BinaryTagType.Writer<T extends BinaryTag>
A binary tag writer.
- Since:
- 4.0.0
-
Method Summary
-
Method Details
-
write
Writes a tag.- Parameters:
tag- the tag to writeoutput- the output to write to- Throws:
IOException- if an exception was encountered while writing- Since:
- 4.0.0
-