public interface ImmutableAggressiveData extends ImmutableDataManipulator<ImmutableAggressiveData,AggressiveData>
ImmutableDataManipulator
for representing the "aggressive" state.
If an Entity
is "aggressive", it may attack nearby entities.Modifier and Type | Method and Description |
---|---|
ImmutableValue<Boolean> |
aggressive()
Gets the
ImmutableValue for the "aggressive" state. |
asMutable, copy, with, with
getContentVersion, toContainer
ImmutableValue<Boolean> aggressive()
ImmutableValue
for the "aggressive" state.