public interface ImmutableTargetedLocationData extends ImmutableDataManipulator<ImmutableTargetedLocationData,TargetedLocationData>
ImmutableDataManipulator handling the supposed targeted
Vector3d.
Usually for the case of EnderPearls, the targeted Vector3d
is where the EnderPearl will move towards until it's expiration time.
In the case of ItemStacks of type ItemTypes.COMPASS, the
targeted Vector3d is where the compass will point towards.
| Modifier and Type | Method and Description |
|---|---|
ImmutableValue<com.flowpowered.math.vector.Vector3d> |
target()
Gets the
ImmutableValue for the targeted Vector3d. |
asMutable, copy, with, withgetContentVersion, toContainerImmutableValue<com.flowpowered.math.vector.Vector3d> target()
ImmutableValue for the targeted Vector3d.