public interface ImmutableElderData extends ImmutableDataManipulator<ImmutableElderData,ElderData>
ImmutableDataManipulator
for marking the "elder" state of a
Guardian
. Usually, if a Guardian
is an "elder", it will have
a higher amount of health, deal more damage, and have a variance in the
items dropped when killed.Modifier and Type | Method and Description |
---|---|
ImmutableValue<Boolean> |
elder()
Gets the
ImmutableValue for the "elder" state. |
asMutable, copy, with, with
compareTo
toContainer
ImmutableValue<Boolean> elder()
ImmutableValue
for the "elder" state.