public interface ImmutablePassengerData extends ImmutableDataManipulator<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 |
---|---|
ImmutableValue<Entity> |
passenger()
Gets the
ImmutableValue for the current Entity acting
as a passenger. |
asMutable, copy, with, with
compareTo
toContainer
ImmutableValue<Entity> passenger()
ImmutableValue
for the current Entity
acting
as a passenger.