Uses of Enum Class
net.minecraft.client.gui.screen.DownloadingTerrainScreen.WorldEntryReason
Packages that use DownloadingTerrainScreen.WorldEntryReason
Package
Description
-
Uses of DownloadingTerrainScreen.WorldEntryReason in net.minecraft.client
Methods in net.minecraft.client with parameters of type DownloadingTerrainScreen.WorldEntryReasonModifier and TypeMethodDescriptionvoid
MinecraftClient.joinWorld
(ClientWorld world, DownloadingTerrainScreen.WorldEntryReason worldEntryReason) -
Uses of DownloadingTerrainScreen.WorldEntryReason in net.minecraft.client.gui.screen
Fields in net.minecraft.client.gui.screen declared as DownloadingTerrainScreen.WorldEntryReasonModifier and TypeFieldDescriptionprivate final DownloadingTerrainScreen.WorldEntryReason
DownloadingTerrainScreen.worldEntryReason
Methods in net.minecraft.client.gui.screen that return DownloadingTerrainScreen.WorldEntryReasonModifier 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.Constructors in net.minecraft.client.gui.screen with parameters of type DownloadingTerrainScreen.WorldEntryReasonModifierConstructorDescriptionDownloadingTerrainScreen
(BooleanSupplier shouldClose, DownloadingTerrainScreen.WorldEntryReason worldEntryReason) -
Uses of DownloadingTerrainScreen.WorldEntryReason in net.minecraft.client.network
Methods in net.minecraft.client.network that return DownloadingTerrainScreen.WorldEntryReasonModifier and TypeMethodDescriptionClientPlayNetworkHandler.getWorldEntryReason
(boolean dead, RegistryKey<World> from, RegistryKey<World> to) Methods in net.minecraft.client.network with parameters of type DownloadingTerrainScreen.WorldEntryReasonModifier and TypeMethodDescriptionprivate void
ClientPlayNetworkHandler.startWorldLoading
(ClientPlayerEntity player, ClientWorld world, DownloadingTerrainScreen.WorldEntryReason worldEntryReason)