Package org.spongepowered.api.item.inventory.type
@DefaultQualifier(org.checkerframework.checker.nullness.qual.NonNull.class)
package org.spongepowered.api.item.inventory.type
-
ClassDescriptionAn
Inventory
which is owned by aBlockEntity
.CarriedInventory<C extends Carrier>An GridInventory is anInventory
which is ordered into a coherent grid format, meaning that its slots can be referred to by X-Y coordinates as well as single indices.Base interface for inventories with slots obtainable via SlotPos queries.Represents a column within aGridInventory
.Represents a row within aGridInventory
.An inventory with some kind of backing storage, for example Block Entities.Interface for inventories which may be interacted with by Players.A builder for inventories conforming to a ContainerTypeThe building step.A customViewableInventory
created using theViewableInventory.builder()