@DefaultQualifier(org.checkerframework.checker.nullness.qual.NonNull.class)
Package org.spongepowered.api.item.inventory.type
- 
Interface Summary Interface Description BlockEntityInventory<T extends BlockEntity & Carrier> AnInventorywhich is owned by aBlockEntity.CarriedInventory<C extends Carrier> GridInventory An GridInventory is anInventorywhich is ordered into a coherent grid format, meaning that its slots can be referred to by X-Y coordinates as well as single indices.Inventory2D Base interface for inventories with slots obtainable via SlotPos queries.InventoryColumn Represents a column within aGridInventory.InventoryRow Represents a row within aGridInventory.PersistentInventory An inventory with some kind of backing storage, for example Block Entities.ViewableInventory Interface for inventories which may be interacted with by Players.ViewableInventory.Builder A builder for inventories conforming to a ContainerTypeViewableInventory.Builder.BuildingStep The building step.ViewableInventory.Builder.DummyStep ViewableInventory.Builder.EndStep