Interface HolderBlockTrouble
- All Known Implementing Classes:
ContainerSliceTrouble
,ContainerSoldOutTrouble
,ContainerTrouble
,SliceSoldOutTrouble
,UnknownIngredientTrouble
public interface HolderBlockTrouble
Interface for troubles that have availability block information
that should be applied once linked to a holder during the insertion
process. This allows a trouble to be created with block information
before the holder is available and during the insertion process
the availability locks will be placed on the holder as the
insertion process is performed.
- Since:
- 1.0
- Version:
- 2023-02-06
-
Method Summary
Modifier and TypeMethodDescriptionReturn the type of block to apply when linked to a holder.
-
Method Details
-
getPourBlockType
PourAvailability.Type getPourBlockType()Return the type of block to apply when linked to a holder.
-