Uses of Interface
net.kyori.adventure.nbt.CompoundBinaryTag
Packages that use CompoundBinaryTag
-
Uses of CompoundBinaryTag in net.kyori.adventure.nbt
Subinterfaces with type arguments of type CompoundBinaryTag in net.kyori.adventure.nbtModifier and TypeInterfaceDescriptioninterfaceBinary tag holding a mapping of string keys toBinaryTagvalues.Fields in net.kyori.adventure.nbt with type parameters of type CompoundBinaryTagModifier and TypeFieldDescriptionstatic final BinaryTagType<CompoundBinaryTag> BinaryTagTypes.COMPOUNDMethods in net.kyori.adventure.nbt that return CompoundBinaryTagModifier and TypeMethodDescriptionTagStringIO.asCompound(String input) Read the string into a compound tag structure.TagStringIO.asCompound(String input, Appendable remainder) Read the string into an embedded compound tag, returning the remainder of the input.CompoundBinaryTag.Builder.build()Builds.static CompoundBinaryTagCompoundBinaryTag.empty()Gets an empty compound tag.static CompoundBinaryTagCreates a compound tag populated withtags.default CompoundBinaryTagCompoundBinaryTag.getCompound(String key) Gets a compound.@Nullable CompoundBinaryTagCompoundBinaryTag.getCompound(String key, @Nullable CompoundBinaryTag defaultValue) Gets a compound.default CompoundBinaryTagListBinaryTag.getCompound(@Range(from=0L,to=2147483647L) int index) Gets a compound.default @Nullable CompoundBinaryTagListBinaryTag.getCompound(@Range(from=0L,to=2147483647L) int index, @Nullable CompoundBinaryTag defaultValue) Gets a compound.Reads a binary tag frominput.default CompoundBinaryTagBinaryTagIO.Reader.read(InputStream input) Reads a binary tag frominput.BinaryTagIO.Reader.read(InputStream input, BinaryTagIO.Compression compression) Reads a binary tag frominputwith acompressiontype.default CompoundBinaryTagReads a binary tag frompath.BinaryTagIO.Reader.read(Path path, BinaryTagIO.Compression compression) Reads a binary tag frompathwith acompressiontype.BinaryTagIO.Reader.readNameless(DataInput input) Reads a binary tag frominput.default CompoundBinaryTagBinaryTagIO.Reader.readNameless(InputStream input) Reads a binary tag frominput.BinaryTagIO.Reader.readNameless(InputStream input, BinaryTagIO.Compression compression) Reads a binary tag frominputwith acompressiontype.default CompoundBinaryTagBinaryTagIO.Reader.readNameless(Path path) Reads a binary tag frompath.BinaryTagIO.Reader.readNameless(Path path, BinaryTagIO.Compression compression) Reads a binary tag frompathwith acompressiontype.Methods in net.kyori.adventure.nbt that return types with arguments of type CompoundBinaryTagModifier and TypeMethodDescriptionReads a binary tag, with a name, frominput.default Map.Entry<String, CompoundBinaryTag> BinaryTagIO.Reader.readNamed(InputStream input) Reads a binary tag, with a name, frominput.BinaryTagIO.Reader.readNamed(InputStream input, BinaryTagIO.Compression compression) Reads a binary tag, with a name, frominput.default Map.Entry<String, CompoundBinaryTag> Reads a binary tag, with a name, frompath.BinaryTagIO.Reader.readNamed(Path path, BinaryTagIO.Compression compression) Reads a binary tag, with a name, frompath.static Collector<Map.Entry<String, ? extends BinaryTag>, ?, CompoundBinaryTag> CompoundBinaryTag.toCompoundTag()Create aCollectorto consume streams of map entries.static <T> Collector<T, ?, CompoundBinaryTag> CompoundBinaryTag.toCompoundTag(Function<T, String> keyLens, Function<T, ? extends BinaryTag> valueLens) Create aCollectorto consume streams of a user-chosen type.static Collector<Map.Entry<String, ? extends BinaryTag>, ?, CompoundBinaryTag> CompoundBinaryTag.toCompoundTag(CompoundBinaryTag initial) Create aCollectorto consume streams of map entries, with initial contents.static <T> Collector<T, ?, CompoundBinaryTag> CompoundBinaryTag.toCompoundTag(CompoundBinaryTag initial, Function<T, String> keyLens, Function<T, ? extends BinaryTag> valueLens) Create aCollectorto consume streams of a user-chosen type, with initial contents.default BinaryTagType<CompoundBinaryTag> CompoundBinaryTag.type()Methods in net.kyori.adventure.nbt with parameters of type CompoundBinaryTagModifier and TypeMethodDescriptionTagStringIO.asString(CompoundBinaryTag input) Get a string representation of the provided tag.@Nullable CompoundBinaryTagCompoundBinaryTag.getCompound(String key, @Nullable CompoundBinaryTag defaultValue) Gets a compound.default @Nullable CompoundBinaryTagListBinaryTag.getCompound(@Range(from=0L,to=2147483647L) int index, @Nullable CompoundBinaryTag defaultValue) Gets a compound.CompoundTagSetter.put(CompoundBinaryTag tag) Inserts the tags intag, overwriting any that are inthis.static Collector<Map.Entry<String, ? extends BinaryTag>, ?, CompoundBinaryTag> CompoundBinaryTag.toCompoundTag(CompoundBinaryTag initial) Create aCollectorto consume streams of map entries, with initial contents.static <T> Collector<T, ?, CompoundBinaryTag> CompoundBinaryTag.toCompoundTag(CompoundBinaryTag initial, Function<T, String> keyLens, Function<T, ? extends BinaryTag> valueLens) Create aCollectorto consume streams of a user-chosen type, with initial contents.voidTagStringIO.toWriter(CompoundBinaryTag input, Writer dest) Writes a compound tag to in string format.voidBinaryTagIO.Writer.write(CompoundBinaryTag tag, DataOutput output) Writes a binary tag tooutput.default voidBinaryTagIO.Writer.write(CompoundBinaryTag tag, OutputStream output) Writes a binary tag tooutput.voidBinaryTagIO.Writer.write(CompoundBinaryTag tag, OutputStream output, BinaryTagIO.Compression compression) Writes a binary tag tooutputwith acompressiontype.default voidBinaryTagIO.Writer.write(CompoundBinaryTag tag, Path path) Writes a binary tag topathwith acompressiontype.voidBinaryTagIO.Writer.write(CompoundBinaryTag tag, Path path, BinaryTagIO.Compression compression) Writes a binary tag topathwith acompressiontype.voidBinaryTagIO.Writer.writeNameless(CompoundBinaryTag tag, DataOutput output) Writes a binary tag tooutput.default voidBinaryTagIO.Writer.writeNameless(CompoundBinaryTag tag, OutputStream output) Writes a binary tag tooutput.voidBinaryTagIO.Writer.writeNameless(CompoundBinaryTag tag, OutputStream output, BinaryTagIO.Compression compression) Writes a binary tag tooutputwith acompressiontype.default voidBinaryTagIO.Writer.writeNameless(CompoundBinaryTag tag, Path path) Writes a binary tag topathwith acompressiontype.voidBinaryTagIO.Writer.writeNameless(CompoundBinaryTag tag, Path path, BinaryTagIO.Compression compression) Writes a binary tag topathwith acompressiontype.Method parameters in net.kyori.adventure.nbt with type arguments of type CompoundBinaryTagModifier and TypeMethodDescriptionvoidBinaryTagIO.Writer.writeNamed(Map.Entry<String, CompoundBinaryTag> tag, DataOutput output) Writes a binary tag, with a name, tooutput.default voidBinaryTagIO.Writer.writeNamed(Map.Entry<String, CompoundBinaryTag> tag, OutputStream output) Writes a binary tag, with a name, tooutput.voidBinaryTagIO.Writer.writeNamed(Map.Entry<String, CompoundBinaryTag> tag, OutputStream output, BinaryTagIO.Compression compression) Writes a binary tag, with a name, tooutputwith acompressiontype.default voidBinaryTagIO.Writer.writeNamed(Map.Entry<String, CompoundBinaryTag> tag, Path path) Writes a binary tag, with a name, topath.voidBinaryTagIO.Writer.writeNamed(Map.Entry<String, CompoundBinaryTag> tag, Path path, BinaryTagIO.Compression compression) Writes a binary tag, with a name, topathwith acompressiontype.