Interface CarriedInventory<C extends Carrier>

    • Method Detail

      • carrier

        Optional<C> carrier()
        Returns the Carrier of this Inventory. It can be an entity, block, or other object.
        Returns:
        This inventory's carrier