package me.shedaniel.clothconfig2.api; public interface Expandable { boolean isExpanded(); void setExpanded(boolean expanded); }