Package org.spongepowered.api.item.inventory.type
@DefaultQualifier(org.checkerframework.checker.nullness.qual.NonNull.class)
package org.spongepowered.api.item.inventory.type
-
InterfacesClassDescriptionAn
Inventorywhich is owned by aBlockEntity.CarriedInventory<C extends Carrier>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.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 customViewableInventorycreated using theViewableInventory.builder()