public interface ImmutablePassengerData extends ImmutableListData<UUID,ImmutablePassengerData,PassengerData>
ImmutableDataManipulator handling the link to the current
vehicle being ridden by an Entity. With any "vehicle", there is
always a "base" vehicle.| Modifier and Type | Method and Description |
|---|---|
ImmutableListValue<UUID> |
passengers()
Gets the
ImmutableListValue for the current Entity
acting as a passenger. |
asList, contains, get, getListValueasMutable, copy, with, withgetContentVersion, toContainerImmutableListValue<UUID> passengers()
ImmutableListValue for the current Entity
acting as a passenger.