public interface ImmutableInvulnerabilityData extends ImmutableDataManipulator<ImmutableInvulnerabilityData,InvulnerabilityData>
ImmutableDataManipulator
for the amount of "invulnerability"
ticks remaining on an Entity
such that any "damage" occurring while
the Entity
is "invulnerable" will not actually "damage" the
Entity
.Modifier and Type | Method and Description |
---|---|
ImmutableValue<Integer> |
invulnerableTicks()
Gets the
ImmutableValue for the amount of "ticks" of
"invulnerability". |
asMutable, copy, with, with
compareTo
toContainer
ImmutableValue<Integer> invulnerableTicks()
ImmutableValue
for the amount of "ticks" of
"invulnerability".