public interface FuseData extends DataManipulator<FuseData,ImmutableFuseData>
DataManipulator
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 |
---|---|
MutableBoundedValue<Integer> |
getFuseDuration()
Gets the
MutableBoundedValue for the remaining fuse duration. |
asImmutable, copy, fill, fill, from, set, set, set, set, transform
compareTo
toContainer
MutableBoundedValue<Integer> getFuseDuration()
MutableBoundedValue
for the remaining fuse duration.