EntityStackBuilder
class EntityStackBuilder
Builder for creating entity stacks (passenger chains) using a DSL approach.
This class provides a type-safe way to build chains of entities where each subsequent entity becomes a passenger of the previous one. Entities are added using the unary plus operator (+) within the DSL block.