Uses of Interface
net.kyori.adventure.nbt.CompoundBinaryTag.Builder
Packages that use CompoundBinaryTag.Builder
-
Uses of CompoundBinaryTag.Builder in net.kyori.adventure.nbt
Subinterfaces with type arguments of type CompoundBinaryTag.Builder in net.kyori.adventure.nbtModifier and TypeInterfaceDescriptionstatic interfaceA compound tag builder.Methods in net.kyori.adventure.nbt that return CompoundBinaryTag.BuilderModifier and TypeMethodDescriptionstatic CompoundBinaryTag.BuilderCompoundBinaryTag.builder()Creates a builder.static CompoundBinaryTag.BuilderCompoundBinaryTag.builder(@Range(from=0L,to=2147483647L) int initialCapacity) Creates a builder with the specified initial capacity.