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, getListValue
asMutable, copy, with, with
getContentVersion, toContainer
ImmutableListValue<UUID> passengers()
ImmutableListValue
for the current Entity
acting as a passenger.