T
- The type of HealingSourceB
- The builder typepublic static interface HealingSource.HealingSourceBuilder<T extends HealingSource,B extends HealingSource.HealingSourceBuilder<T,B>> extends ResettableBuilder<T,B>
HealingSource
.Modifier and Type | Method and Description |
---|---|
T |
build() |
B |
magical()
Sets that the built
HealingSource to have been a "magical"
source. |
B |
scalesWithDifficulty()
Sets for the built
HealingSource to have scaled with
difficulty, usually meaning that the amount is scaled. |
B |
type(HealingType healingType)
Sets the
HealingType . |
from, reset
B scalesWithDifficulty()
HealingSource
to have scaled with
difficulty, usually meaning that the amount is scaled.B magical()
HealingSource
to have been a "magical"
source.B type(HealingType healingType)
HealingType
.healingType
- The healing typeT build() throws IllegalStateException
IllegalStateException