Class SimpleKeyedFocusModel.Builder<K>

java.lang.Object
io.github.cottonmc.cotton.gui.widget.focus.SimpleKeyedFocusModel.Builder<K>
Type Parameters:
K - the focus key type
Enclosing class:
SimpleKeyedFocusModel<K>

public static final class SimpleKeyedFocusModel.Builder<K> extends Object
A builder for SimpleKeyedFocusModel. New instances can be obtained using SimpleKeyedFocusModel.builder().

This builder class is reusable – created instances are not affected by data added to this builder afterwards.