Package net.minecraftforge.client.gui
Enum Class ModListScreen.SortType
- All Implemented Interfaces:
Serializable
,Comparable<ModListScreen.SortType>
,Constable
,Comparator<net.minecraftforge.forgespi.language.IModInfo>
- Enclosing class:
- ModListScreen
private static enum ModListScreen.SortType
extends Enum<ModListScreen.SortType>
implements Comparator<net.minecraftforge.forgespi.language.IModInfo>
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected int
int
compare
(net.minecraftforge.forgespi.language.IModInfo o1, net.minecraftforge.forgespi.language.IModInfo o2) (package private) Component
static ModListScreen.SortType
Returns the enum constant of this class with the specified name.static ModListScreen.SortType[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods inherited from class java.lang.Enum
clone, compareTo, describeConstable, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
Methods inherited from interface java.util.Comparator
equals, reversed, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLong
-
Enum Constant Details
-
NORMAL
-
A_TO_Z
-
Z_TO_A
-
-
Field Details
-
button
Button button
-
-
Constructor Details
-
SortType
private SortType()
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum class has no constant with the specified nameNullPointerException
- if the argument is null
-
compare
-
compare
public int compare(net.minecraftforge.forgespi.language.IModInfo o1, net.minecraftforge.forgespi.language.IModInfo o2) - Specified by:
compare
in interfaceComparator<net.minecraftforge.forgespi.language.IModInfo>
-
getButtonText
Component getButtonText()
-