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.clientMethods in net.minecraft.client with parameters of type DownloadingTerrainScreen.WorldEntryReasonModifier and TypeMethodDescriptionvoidMinecraftClient.joinWorld(ClientWorld world, DownloadingTerrainScreen.WorldEntryReason worldEntryReason) 
- 
Uses of DownloadingTerrainScreen.WorldEntryReason in net.minecraft.client.gui.screenFields in net.minecraft.client.gui.screen declared as DownloadingTerrainScreen.WorldEntryReasonModifier and TypeFieldDescriptionprivate final DownloadingTerrainScreen.WorldEntryReasonDownloadingTerrainScreen.worldEntryReasonMethods 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.networkMethods 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 voidClientPlayNetworkHandler.startWorldLoading(ClientPlayerEntity player, ClientWorld world, DownloadingTerrainScreen.WorldEntryReason worldEntryReason)