Package net.kyori.adventure.nbt
Interface ListBinaryTag.Builder<T extends BinaryTag>
-
- Type Parameters:
T
- the element type
- All Superinterfaces:
ListTagSetter<ListBinaryTag.Builder<T>,T>
- Enclosing interface:
- ListBinaryTag
public static interface ListBinaryTag.Builder<T extends BinaryTag> extends ListTagSetter<ListBinaryTag.Builder<T>,T>
A list tag builder.- Since:
- 4.0.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description @NotNull ListBinaryTag
build()
Builds.-
Methods inherited from interface net.kyori.adventure.nbt.ListTagSetter
add, add
-
-
-
-
Method Detail
-
build
@NotNull @NotNull ListBinaryTag build()
Builds.- Returns:
- a list tag
- Since:
- 4.0.0
-
-