public interface ImmutableTargetedLocationData extends ImmutableDataManipulator<ImmutableTargetedLocationData,TargetedLocationData>
ImmutableDataManipulator
handling the supposed targeted
Vector3d
.
Usually for the case of EnderPearl
s, the targeted Vector3d
is where the EnderPearl
will move towards until it's expiration time.
In the case of ItemStack
s 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, with
getContentVersion, toContainer
ImmutableValue<com.flowpowered.math.vector.Vector3d> target()
ImmutableValue
for the targeted Vector3d
.