Uses of Interface
net.minecraft.client.gui.components.CycleButton.ValueListSupplier
Packages that use CycleButton.ValueListSupplier
Package
Description
-
Uses of CycleButton.ValueListSupplier in net.minecraft.client
Methods in net.minecraft.client that return CycleButton.ValueListSupplierModifier and TypeMethodDescriptionOptionInstance.AltEnum.valueListSupplier()
OptionInstance.ClampingLazyMaxIntRange.valueListSupplier()
OptionInstance.CycleableValueSet.valueListSupplier()
OptionInstance.Enum.valueListSupplier()
OptionInstance.LazyEnum.valueListSupplier()
-
Uses of CycleButton.ValueListSupplier in net.minecraft.client.gui.components
Fields in net.minecraft.client.gui.components declared as CycleButton.ValueListSupplierModifier and TypeFieldDescriptionprivate CycleButton.ValueListSupplier
<T> CycleButton.Builder.values
private final CycleButton.ValueListSupplier
<T> CycleButton.values
Methods in net.minecraft.client.gui.components that return CycleButton.ValueListSupplierModifier and TypeMethodDescriptionstatic <T> CycleButton.ValueListSupplier
<T> CycleButton.ValueListSupplier.create
(Collection<T> pValues) static <T> CycleButton.ValueListSupplier
<T> CycleButton.ValueListSupplier.create
(BooleanSupplier pAltListSelector, List<T> pDefaultList, List<T> pSelectedList) Methods in net.minecraft.client.gui.components with parameters of type CycleButton.ValueListSupplierModifier and TypeMethodDescriptionCycleButton.Builder.withValues
(CycleButton.ValueListSupplier<T> pValues) Constructors in net.minecraft.client.gui.components with parameters of type CycleButton.ValueListSupplierModifierConstructorDescription(package private)
CycleButton
(int pX, int pY, int pWidth, int pHeight, Component pMessage, Component pName, int pIndex, T pValue, CycleButton.ValueListSupplier<T> pValues, Function<T, Component> pValueStringifier, Function<CycleButton<T>, MutableComponent> pNarrationProvider, CycleButton.OnValueChange<T> pOnValueChange, OptionInstance.TooltipSupplier<T> pTooltipSupplier, boolean pDisplayOnlyValue) -
Uses of CycleButton.ValueListSupplier in net.minecraft.client.gui.screens.worldselection
Methods in net.minecraft.client.gui.screens.worldselection that return CycleButton.ValueListSupplier