public static interface Constructor.Builder
| Modifier and Type | Method and Description |
|---|---|
Constructor |
build() |
java.util.List<ConstructorPart> |
parts() |
Constructor.Builder |
parts(java.util.List<ConstructorPart> parts) |
Constructor.Builder parts(java.util.List<ConstructorPart> parts)
parts - The ordered list of parts for a particular Compound Beacon construction. If the item contains all required Parts, a Compound beacon will be written using each Part that exists on the item, in the order specified.java.util.List<ConstructorPart> parts()
Constructor build()