Uses of Class
net.minecraft.client.gui.widget.list.AbstractList.Ordering
-
Packages that use AbstractList.Ordering Package Description net.minecraft.client.gui.screen net.minecraft.client.gui.widget.list -
-
Uses of AbstractList.Ordering in net.minecraft.client.gui.screen
Methods in net.minecraft.client.gui.screen with parameters of type AbstractList.Ordering Modifier and Type Method Description protected void
ServerSelectionList. moveSelection(AbstractList.Ordering p_241219_1_)
protected void
WorldSelectionList. moveSelection(AbstractList.Ordering p_241219_1_)
-
Uses of AbstractList.Ordering in net.minecraft.client.gui.widget.list
Methods in net.minecraft.client.gui.widget.list that return AbstractList.Ordering Modifier and Type Method Description static AbstractList.Ordering
AbstractList.Ordering. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static AbstractList.Ordering[]
AbstractList.Ordering. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.minecraft.client.gui.widget.list with parameters of type AbstractList.Ordering Modifier and Type Method Description protected void
AbstractList. moveSelection(AbstractList.Ordering p_241219_1_)
protected void
AbstractList. moveSelection(AbstractList.Ordering p_241572_1_, java.util.function.Predicate<E> p_241572_2_)
-