Uses of Interface
net.kyori.adventure.nbt.ListBinaryTag
-
Uses of ListBinaryTag in net.kyori.adventure.nbt
Fields in net.kyori.adventure.nbt with type parameters of type ListBinaryTagMethods in net.kyori.adventure.nbt that return ListBinaryTagModifier and TypeMethodDescriptionListBinaryTag.Builder.build()Builds.static ListBinaryTagListBinaryTag.empty()Gets an empty list tag.static ListBinaryTagCreates a list tag fromtags.default ListBinaryTagGets a list.@Nullable ListBinaryTagCompoundBinaryTag.getList(String key, @Nullable ListBinaryTag defaultValue) Gets a list.default ListBinaryTagCompoundBinaryTag.getList(String key, BinaryTagType<? extends BinaryTag> expectedType) Gets a list, ensuring that the type is the same astype.@Nullable ListBinaryTagCompoundBinaryTag.getList(String key, BinaryTagType<? extends BinaryTag> expectedType, @Nullable ListBinaryTag defaultValue) Gets a list, ensuring that the type is the same astype.default ListBinaryTagListBinaryTag.getList(@org.jetbrains.annotations.Range(from=0L, to=2147483647L) int index) Gets a list.default ListBinaryTagListBinaryTag.getList(@org.jetbrains.annotations.Range(from=0L, to=2147483647L) int index, @Nullable BinaryTagType<?> elementType) Gets a list.default @Nullable ListBinaryTagListBinaryTag.getList(@org.jetbrains.annotations.Range(from=0L, to=2147483647L) int index, @Nullable BinaryTagType<?> elementType, @Nullable ListBinaryTag defaultValue) Gets a list.default @Nullable ListBinaryTagListBinaryTag.getList(@org.jetbrains.annotations.Range(from=0L, to=2147483647L) int index, @Nullable ListBinaryTag defaultValue) Gets a list.static ListBinaryTagListBinaryTag.listBinaryTag(BinaryTagType<? extends BinaryTag> type, List<BinaryTag> tags) Creates a tag.Removes the tag at indexindex, optionally providingremovedConsumerwith the tag previously at indexindex.Sets the tag at indexindextotag, optionally providingremovedConsumerwith the tag previously at indexindex.ListBinaryTag.unwrapHeterogeneity()Unwrap any compound-boxed heterogeneous values in this tag.ListBinaryTag.wrapHeterogeneity()Wrap any heterogeneous values in this tag into compound-tag boxes.Methods in net.kyori.adventure.nbt that return types with arguments of type ListBinaryTagModifier and TypeMethodDescriptionstatic Collector<BinaryTag, ?, ListBinaryTag> ListBinaryTag.toListTag()Create aCollectorto consume streams of list tags.static Collector<BinaryTag, ?, ListBinaryTag> ListBinaryTag.toListTag(@Nullable ListBinaryTag initial) Create aCollectorto consume streams of map entries, with initial contents.default BinaryTagType<ListBinaryTag> ListBinaryTag.type()Methods in net.kyori.adventure.nbt with parameters of type ListBinaryTagModifier and TypeMethodDescription@Nullable ListBinaryTagCompoundBinaryTag.getList(String key, @Nullable ListBinaryTag defaultValue) Gets a list.@Nullable ListBinaryTagCompoundBinaryTag.getList(String key, BinaryTagType<? extends BinaryTag> expectedType, @Nullable ListBinaryTag defaultValue) Gets a list, ensuring that the type is the same astype.default @Nullable ListBinaryTagListBinaryTag.getList(@org.jetbrains.annotations.Range(from=0L, to=2147483647L) int index, @Nullable BinaryTagType<?> elementType, @Nullable ListBinaryTag defaultValue) Gets a list.default @Nullable ListBinaryTagListBinaryTag.getList(@org.jetbrains.annotations.Range(from=0L, to=2147483647L) int index, @Nullable ListBinaryTag defaultValue) Gets a list.static Collector<BinaryTag, ?, ListBinaryTag> ListBinaryTag.toListTag(@Nullable ListBinaryTag initial) Create aCollectorto consume streams of map entries, with initial contents.