Package net.minecraft.client.gui.screen
Enum Class DownloadingTerrainScreen.WorldEntryReason
java.lang.Object
java.lang.Enum<DownloadingTerrainScreen.WorldEntryReason>
net.minecraft.client.gui.screen.DownloadingTerrainScreen.WorldEntryReason
- All Implemented Interfaces:
Serializable
,Comparable<DownloadingTerrainScreen.WorldEntryReason>
,Constable
- Enclosing class:
DownloadingTerrainScreen
@Environment(CLIENT)
public static enum DownloadingTerrainScreen.WorldEntryReason
extends Enum<DownloadingTerrainScreen.WorldEntryReason>
- Mappings:
Namespace Name named net/minecraft/client/gui/screen/DownloadingTerrainScreen$WorldEntryReason
intermediary net/minecraft/class_434$class_9678
official fnd$a
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.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$WorldEntryReason;NETHER_PORTAL:Lnet/minecraft/client/gui/screen/DownloadingTerrainScreen$WorldEntryReason;
intermediary field_51487
Lnet/minecraft/class_434$class_9678;field_51487:Lnet/minecraft/class_434$class_9678;
official a
Lfnd$a;a:Lfnd$a;
-
END_PORTAL
- Mappings:
Namespace Name Mixin selector named END_PORTAL
Lnet/minecraft/client/gui/screen/DownloadingTerrainScreen$WorldEntryReason;END_PORTAL:Lnet/minecraft/client/gui/screen/DownloadingTerrainScreen$WorldEntryReason;
intermediary field_51488
Lnet/minecraft/class_434$class_9678;field_51488:Lnet/minecraft/class_434$class_9678;
official b
Lfnd$a;b:Lfnd$a;
-
OTHER
- Mappings:
Namespace Name Mixin selector named OTHER
Lnet/minecraft/client/gui/screen/DownloadingTerrainScreen$WorldEntryReason;OTHER:Lnet/minecraft/client/gui/screen/DownloadingTerrainScreen$WorldEntryReason;
intermediary field_51489
Lnet/minecraft/class_434$class_9678;field_51489:Lnet/minecraft/class_434$class_9678;
official c
Lfnd$a;c:Lfnd$a;
-
-
Constructor Details
-
WorldEntryReason
private WorldEntryReason()
-
-
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
-