Interface ISectionConditionHandler
- All Known Implementing Classes:
ConfigSectionConditionHandler
,FluidSectionConditionHandler
,ItemSectionConditionHandler
,ModSectionConditionHandler
,TagSectionConditionHandler
public interface ISectionConditionHandler
Handler to check a type of section condition, for when section tags are used in infobooks.
-
Method Summary
Modifier and TypeMethodDescriptionboolean
isSatisfied
(ModBase<?> mod, String param) Check if this condition is satisfied for the given parameter.