Interface CycleButton.ValueListSupplier<T>
- Enclosing class:
 - CycleButton<T>
 
public static interface CycleButton.ValueListSupplier<T>
- 
Method Summary
Modifier 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
 - 
create
static <T> CycleButton.ValueListSupplier<T> create(BooleanSupplier p_168971_, List<T> p_168972_, List<T> p_168973_)  
 -