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 voidServerSelectionList. moveSelection(AbstractList.Ordering p_241219_1_)protected voidWorldSelectionList. 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.OrderingAbstractList.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 voidAbstractList. moveSelection(AbstractList.Ordering p_241219_1_)protected voidAbstractList. moveSelection(AbstractList.Ordering p_241572_1_, java.util.function.Predicate<E> p_241572_2_)
-