Interface PotDecorations
Holds the item types for the decorations on a flower pot.
- See Also:
-
Nested Class Summary
-
Method Summary
Modifier and TypeMethodDescriptionback()
Get the item type for the back.front()
Get the item type for the front.left()
Get the item type for the left.static PotDecorations.Builder
static PotDecorations
potDecorations
(@Nullable ItemType back, @Nullable ItemType left, @Nullable ItemType right, @Nullable ItemType front) right()
Get the item type for the right.
-
Method Details
-
potDecorations
-
potDecorations
-
back
Get the item type for the back.- Returns:
- the back item type.
-
left
Get the item type for the left.- Returns:
- the left item type.
-
right
Get the item type for the right.- Returns:
- the right item type.
-
front
Get the item type for the front.- Returns:
- the front item type.
-