public interface ImmutableFuseData extends ImmutableDataManipulator<ImmutableFuseData,FuseData>
ImmutableDataManipulator
handling the "fuse" duration remaining
for an FusedExplosive
. Normal mechanics dictate that once the fuse
reduces to 0, the explosive will explode.Modifier and Type | Method and Description |
---|---|
ImmutableBoundedValue<Integer> |
fuseDuration()
Gets the
ImmutableBoundedValue for the remaining fuse duration. |
asMutable, copy, with, with
compareTo
toContainer
ImmutableBoundedValue<Integer> fuseDuration()
ImmutableBoundedValue
for the remaining fuse duration.