Package net.minecraft.client.gui.screen
Enum Class DownloadingTerrainScreen.class_9678
java.lang.Object
java.lang.Enum<DownloadingTerrainScreen.class_9678>
net.minecraft.client.gui.screen.DownloadingTerrainScreen.class_9678
- All Implemented Interfaces:
Serializable
,Comparable<DownloadingTerrainScreen.class_9678>
,Constable
- Enclosing class:
DownloadingTerrainScreen
@Environment(CLIENT)
public static enum DownloadingTerrainScreen.class_9678
extends Enum<DownloadingTerrainScreen.class_9678>
- Mappings:
Namespace Name named net/minecraft/client/gui/screen/DownloadingTerrainScreen$class_9678
intermediary net/minecraft/class_434$class_9678
official fmz$a
-
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 TypeMethodDescriptionReturns the enum constant of this class with the specified name.static DownloadingTerrainScreen.class_9678[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
NETHER_PORTAL
- Mappings:
Namespace Name Mixin selector named NETHER_PORTAL
Lnet/minecraft/client/gui/screen/DownloadingTerrainScreen$class_9678;NETHER_PORTAL:Lnet/minecraft/client/gui/screen/DownloadingTerrainScreen$class_9678;
intermediary field_51487
Lnet/minecraft/class_434$class_9678;field_51487:Lnet/minecraft/class_434$class_9678;
official a
Lfmz$a;a:Lfmz$a;
-
END_PORTAL
- Mappings:
Namespace Name Mixin selector named END_PORTAL
Lnet/minecraft/client/gui/screen/DownloadingTerrainScreen$class_9678;END_PORTAL:Lnet/minecraft/client/gui/screen/DownloadingTerrainScreen$class_9678;
intermediary field_51488
Lnet/minecraft/class_434$class_9678;field_51488:Lnet/minecraft/class_434$class_9678;
official b
Lfmz$a;b:Lfmz$a;
-
OTHER
- Mappings:
Namespace Name Mixin selector named OTHER
Lnet/minecraft/client/gui/screen/DownloadingTerrainScreen$class_9678;OTHER:Lnet/minecraft/client/gui/screen/DownloadingTerrainScreen$class_9678;
intermediary field_51489
Lnet/minecraft/class_434$class_9678;field_51489:Lnet/minecraft/class_434$class_9678;
official c
Lfmz$a;c:Lfmz$a;
-
-
Constructor Details
-
class_9678
private class_9678()
-
-
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
-