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 TypeMethodDescriptionbooleanisSatisfied(ModBase<?> mod, String param) Check if this condition is satisfied for the given parameter. 
- 
Method Details
- 
isSatisfied
Check if this condition is satisfied for the given parameter.- Parameters:
 mod- The mod that owns the infobook.param- The condition parameter.- Returns:
 - If this condition is satisfied.
 
 
 -