Indicates a node is a bounded container with some maximum capacity defined.
The maximum capacity of the container
Whether the container is at max occupancy
The number of occupants held by the container
Percentage of how much of the container's max capacity is used at the moment
Callback to execute when an entity enters the container
Callback to execute when an entity leaves the container