Enum Class WorldListWidget.class_11781
java.lang.Object
java.lang.Enum<WorldListWidget.class_11781>
net.minecraft.client.gui.screen.world.WorldListWidget.class_11781
- All Implemented Interfaces:
Serializable,Comparable<WorldListWidget.class_11781>,Constable
- Enclosing class:
WorldListWidget
@Environment(CLIENT)
public static enum WorldListWidget.class_11781
extends Enum<WorldListWidget.class_11781>
- Mappings:
Namespace Name named net/minecraft/client/gui/screen/world/WorldListWidget$class_11781intermediary net/minecraft/class_528$class_11781official grd$c
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum Constants -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic WorldListWidget.class_11781Returns the enum constant of this class with the specified name.static WorldListWidget.class_11781[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
SINGLEPLAYER
- Mappings:
Namespace Name Mixin selector named SINGLEPLAYERLnet/minecraft/client/gui/screen/world/WorldListWidget$class_11781;SINGLEPLAYER:Lnet/minecraft/client/gui/screen/world/WorldListWidget$class_11781;intermediary field_62201Lnet/minecraft/class_528$class_11781;field_62201:Lnet/minecraft/class_528$class_11781;official aLgrd$c;a:Lgrd$c;
-
UPLOAD_WORLD
- Mappings:
Namespace Name Mixin selector named UPLOAD_WORLDLnet/minecraft/client/gui/screen/world/WorldListWidget$class_11781;UPLOAD_WORLD:Lnet/minecraft/client/gui/screen/world/WorldListWidget$class_11781;intermediary field_62202Lnet/minecraft/class_528$class_11781;field_62202:Lnet/minecraft/class_528$class_11781;official bLgrd$c;b:Lgrd$c;
-
-
Constructor Details
-
class_11781
private class_11781()
-
-
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
-