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