Interface Inventory.Builder.BuildingStep
- All Superinterfaces:
AbstractBuilder<Inventory>
,Builder<Inventory,
,Inventory.Builder> Inventory.Builder
,ResettableBuilder<Inventory,
Inventory.Builder>
- Enclosing interface:
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
Modifier and TypeMethodDescriptionCompletes the inventory structure.Methods inherited from interface net.kyori.adventure.builder.AbstractBuilder
build
Methods inherited from interface org.spongepowered.api.item.inventory.Inventory.Builder
grid, inventory, slots
-
Method Details
-
completeStructure
Inventory.Builder.EndStep completeStructure()Completes the inventory structure.- Returns:
- the end step
-