Package net.kyori.adventure.nbt
Interface ListTagSetter<R,T extends BinaryTag>
- Type Parameters:
R- the return typeT- the element type
- All Known Subinterfaces:
ListBinaryTag,ListBinaryTag.Builder<T>
public interface ListTagSetter<R,T extends BinaryTag>
Common methods between
ListBinaryTag and ListBinaryTag.Builder.- Since:
- 4.0.0
-
Method Summary
-
Method Details
-
add
Adds a tag.- Parameters:
tag- the tag- Returns:
- a list tag
- Since:
- 4.0.0
-
add
Adds multiple tags.- Parameters:
tags- the tags- Returns:
- a list tag
- Since:
- 4.4.0
-