Interface CycleButton.ValueListSupplier<T>
- Enclosing class:
- CycleButton<T>
public static interface CycleButton.ValueListSupplier<T>
- 
Method SummaryModifier and TypeMethodDescriptionstatic <T> CycleButton.ValueListSupplier<T>create(Collection<T> p_232505_) static <T> CycleButton.ValueListSupplier<T>create(BooleanSupplier p_168971_, List<T> p_168972_, List<T> p_168973_) 
- 
Method Details- 
getSelectedList
- 
getDefaultList
- 
create
- 
createstatic <T> CycleButton.ValueListSupplier<T> create(BooleanSupplier p_168971_, List<T> p_168972_, List<T> p_168973_) 
 
-