Uses of Enum Class
net.minecraft.client.gui.screen.DownloadingTerrainScreen.WorldEntryReason
Package
Description
-
Uses of DownloadingTerrainScreen.WorldEntryReason in net.minecraft.client
Modifier and TypeMethodDescriptionvoid
MinecraftClient.joinWorld
(ClientWorld world, DownloadingTerrainScreen.WorldEntryReason worldEntryReason) -
Uses of DownloadingTerrainScreen.WorldEntryReason in net.minecraft.client.gui.screen
Modifier and TypeFieldDescriptionprivate final DownloadingTerrainScreen.WorldEntryReason
DownloadingTerrainScreen.worldEntryReason
Modifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.DownloadingTerrainScreen.WorldEntryReason.values()
Returns an array containing the constants of this enum class, in the order they are declared.ModifierConstructorDescriptionDownloadingTerrainScreen
(BooleanSupplier shouldClose, DownloadingTerrainScreen.WorldEntryReason worldEntryReason) -
Uses of DownloadingTerrainScreen.WorldEntryReason in net.minecraft.client.network
Modifier and TypeMethodDescriptionClientPlayNetworkHandler.getWorldEntryReason
(boolean dead, RegistryKey<World> from, RegistryKey<World> to) Modifier and TypeMethodDescriptionprivate void
ClientPlayNetworkHandler.startWorldLoading
(ClientPlayerEntity player, ClientWorld world, DownloadingTerrainScreen.WorldEntryReason worldEntryReason)