public interface ImmutableLeashData extends ImmutableDataManipulator<ImmutableLeashData,LeashData>
ImmutableDataManipulator
representing that an Entity
is
"leashed" to another Entity
. Usually when an Entity
is
"leashed", their movement is impeded to the distance from the leash owner.Modifier and Type | Method and Description |
---|---|
ImmutableValue<Entity> |
leashHolder()
Gets the
ImmutableValue for the "leash holder". |
asMutable, copy, with, with
getContentVersion, toContainer
ImmutableValue<Entity> leashHolder()
ImmutableValue
for the "leash holder".