Interface ValueEffectsHolder
- All Known Implementing Classes:
SimpleResearchTeam
public interface ValueEffectsHolder
-
Method Summary
Modifier and TypeMethodDescriptionfloatgetEffectValue(ValueEffect effect) default floatgetEffectValue(Supplier<ValueEffect> effect) voidsetEffectValue(ValueEffect effect, float value) default voidsetEffectValue(Supplier<ValueEffect> effect, float value)
-
Method Details
-
getEffectValue
-
getEffectValue
-
setEffectValue
-
setEffectValue
-