Package com.tccc.kos.ext.dispense
Class LockedContainer
java.lang.Object
com.tccc.kos.ext.dispense.Container
com.tccc.kos.ext.dispense.LockedContainer
Container that has a single ingredient ID and is marked as locked so
that it cannot be removed.
- Since:
- 1.0
- Version:
- 2024-10-29
-
Constructor Summary
ConstructorsConstructorDescriptionLockedContainer
(String id, String ingredientId) Creates a new intrinsic container with the specified ID and ingredient ID. -
Method Summary
Methods inherited from class com.tccc.kos.ext.dispense.Container
getFirstIngredientId, getId, getIngredientIds, getInsertTime, getMark, getSlice, getSlices, getSource, isIntrinsic, isSoldOut, setId, setMark, setSource
-
Constructor Details
-
LockedContainer
Creates a new intrinsic container with the specified ID and ingredient ID.- Parameters:
id
- ID of the containeringredientId
- the ingredient ID
-
-
Method Details