Interface Inventory.Builder.BuildingStep
-
- All Superinterfaces:
AbstractBuilder<Inventory>
,Buildable.Builder<Inventory>
,Builder<Inventory,Inventory.Builder>
,Inventory.Builder
,ResettableBuilder<Inventory,Inventory.Builder>
- Enclosing interface:
- Inventory.Builder
public static interface Inventory.Builder.BuildingStep extends Inventory.Builder
The building step. The inventory structure can be completed at any time.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.spongepowered.api.item.inventory.Inventory.Builder
Inventory.Builder.BuildingStep, Inventory.Builder.EndStep
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Inventory.Builder.EndStep
completeStructure()
Completes the inventory structure.-
Methods inherited from interface net.kyori.adventure.util.Buildable.Builder
build
-
Methods inherited from interface org.spongepowered.api.item.inventory.Inventory.Builder
grid, inventory, slots
-
-
-
-
Method Detail
-
completeStructure
Inventory.Builder.EndStep completeStructure()
Completes the inventory structure.- Returns:
- the end step
-
-