public interface ImmutableTargetedLocationData extends ImmutableDataManipulator<ImmutableTargetedLocationData,TargetedLocationData>
ImmutableDataManipulator
handling the supposed targetted
Location
. Usually for the case of EnderPearl
s, the
targeted Location
is where the EnderPearl
will
move towards until it's expiration time. In the case of
ItemStack
s of type ItemTypes.COMPASS
, the targeted
Location
is where the compass will point towards.Modifier and Type | Method and Description |
---|---|
ImmutableValue<Location<World>> |
target()
Gets the
ImmutableValue for the targeted Location . |
asMutable, copy, with, with
compareTo
toContainer
ImmutableValue<Location<World>> target()
ImmutableValue
for the targeted Location
.