public interface ImmutableAngerableData extends ImmutableDataManipulator<ImmutableAngerableData,AngerableData>
ImmutableDataManipulator
for representing the "anger" level. If
an Entity
can be "angered", usually the Entity
may attack
nearby entities until the "anger level" has decreased to 0
.Modifier and Type | Method and Description |
---|---|
ImmutableBoundedValue<Integer> |
angerLevel()
Gets the
ImmutableBoundedValue for the "anger" level. |
asMutable, copy, with, with
getContentVersion, toContainer
ImmutableBoundedValue<Integer> angerLevel()
ImmutableBoundedValue
for the "anger" level.