Package net.kyori.adventure.nbt
Interface CompoundBinaryTag.Builder
- All Superinterfaces:
CompoundTagSetter<CompoundBinaryTag.Builder>
- Enclosing interface:
- CompoundBinaryTag
public static interface CompoundBinaryTag.Builder
extends CompoundTagSetter<CompoundBinaryTag.Builder>
A compound tag builder.
- Since:
- 4.0.0
-
Method Summary
Methods inherited from interface net.kyori.adventure.nbt.CompoundTagSetter
put, put, put, putBoolean, putByte, putByteArray, putDouble, putFloat, putInt, putIntArray, putLong, putLongArray, putShort, putString, remove, remove
-
Method Details
-
build
Builds.- Returns:
- a compound tag
- Since:
- 4.0.0
-