Saxonberg Server API
    Preparing search index...

    A live handle onto one of a holder's bulk slots. Not persistent — produced on demand by Bulkable.getBulk; reads and writes the host's flat slot fields. BulkableApi.transfer operates on these handles (and accepts null for the discard sink — drink).

    Index

    Constructors

    Properties

    affordance: BulkAffordance

    Methods

    • Debit litres from this slot. Host policy (the base subtracts and clears the material at zero; an inexhaustible source is a no-op).

      Parameters

      • litres: number

      Returns void

    • Empty ⇔ no material, or a non-positive amount. Delegated to the host so a capability mixin can override the policy (an inexhaustible source is never empty — see UnboundedSource.ts).

      Returns boolean