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 TypeMethodDescriptionvoidMinecraftClient.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.WorldEntryReasonMethods in net.minecraft.client.gui.screen that return DownloadingTerrainScreen.WorldEntryReasonModifier and TypeMethodDescriptionDownloadingTerrainScreen.method_70267()Returns 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.Methods in net.minecraft.client.gui.screen with parameters of type DownloadingTerrainScreen.WorldEntryReasonModifier and TypeMethodDescriptionvoidDownloadingTerrainScreen.method_70266(BooleanSupplier booleanSupplier, DownloadingTerrainScreen.WorldEntryReason worldEntryReason) Constructors in net.minecraft.client.gui.screen with parameters of type DownloadingTerrainScreen.WorldEntryReasonModifierConstructorDescriptionDownloadingTerrainScreen(BooleanSupplier shouldClose, DownloadingTerrainScreen.WorldEntryReason worldEntryReason, Random random, @Nullable ClientConnection clientConnection) -
Uses of DownloadingTerrainScreen.WorldEntryReason in net.minecraft.client.network
Methods in net.minecraft.client.network that return DownloadingTerrainScreen.WorldEntryReasonModifier and TypeMethodDescriptionClientPlayNetworkHandler.getWorldEntryReason(boolean dead, CommonPlayerSpawnInfo commonPlayerSpawnInfo, 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, boolean bool)