Hi!
With entity.offer(Keys.PASSENGER, entitySnapshot)
I can define a passenger of an entity. The type of the Key is Key<Value<EntitySnapshot>>
so it only takes one entity. But with vanilla commands you can define more than one passengers: /summon Ozelot ~ ~ ~ {Passengers:[{id:Cow}, {id:Skeleton}]}
. Is this intended?