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 Type
    Method
    Description
    boolean
    isSatisfied(ModBase<?> mod, String param)
    Check if this condition is satisfied for the given parameter.
  • Method Details

    • isSatisfied

      boolean isSatisfied(ModBase<?> mod, String param)
      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.