package containable
Ordering
- Alphabetic
Visibility
- Public
- Protected
Type Members
- trait ContainableBehavior extends AnyRef
A mixin for handling synchronized movement of
Equipment
items into or out fromContainer
entities.A mixin for handling synchronized movement of
Equipment
items into or out fromContainer
entities. The most important feature of this synchronization is the movemement of equipment out from one container into another container without causing representation overlap, overwriting, or unintended stacking of other equipment including equipment that has not yet been inserted. - sealed trait ContainableMsg extends AnyRef
Parent of all standard (input) messages handled by a
ContainableBehavior
object for the purposes of item transfer - sealed trait DeferrableMsg extends ContainableMsg
ContainableBehavior
messages that are allowed to be temporarily blocked in event of a complicated item transfer
Value Members
- object Containable
- object ContainableBehavior