Interface PotDecorations.Builder
- All Superinterfaces:
DataComponentBuilder<PotDecorations>
- Enclosing interface:
PotDecorations
@Experimental
@NonExtendable
public static interface PotDecorations.Builder
extends DataComponentBuilder<PotDecorations>
Builder for
PotDecorations
.-
Method Details
-
back
Set theItemType
for the back.- Parameters:
back
- item for the back- Returns:
- the builder for chaining
- See Also:
-
left
Set theItemType
for the left.- Parameters:
left
- item for the left- Returns:
- the builder for chaining
- See Also:
-
right
Set theItemType
for the right.- Parameters:
right
- item for the right- Returns:
- the builder for chaining
- See Also:
-
front
Set theItemType
for the front.- Parameters:
front
- item for the front- Returns:
- the builder for chaining
- See Also:
-