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- 
backSet theItemTypefor the back.- Parameters:
- back- item for the back
- Returns:
- the builder for chaining
- See Also:
 
- 
leftSet theItemTypefor the left.- Parameters:
- left- item for the left
- Returns:
- the builder for chaining
- See Also:
 
- 
rightSet theItemTypefor the right.- Parameters:
- right- item for the right
- Returns:
- the builder for chaining
- See Also:
 
- 
frontSet theItemTypefor the front.- Parameters:
- front- item for the front
- Returns:
- the builder for chaining
- See Also:
 
 
-