Uses of Enum Class
net.minecraft.client.gui.screen.world.LevelLoadingScreen.WorldEntryReason
Packages that use LevelLoadingScreen.WorldEntryReason
-
Uses of LevelLoadingScreen.WorldEntryReason in net.minecraft.client.gui.screen.world
Fields in net.minecraft.client.gui.screen.world declared as LevelLoadingScreen.WorldEntryReasonMethods in net.minecraft.client.gui.screen.world that return LevelLoadingScreen.WorldEntryReasonModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static LevelLoadingScreen.WorldEntryReason[]LevelLoadingScreen.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.world with parameters of type LevelLoadingScreen.WorldEntryReasonModifier and TypeMethodDescriptionvoidLevelLoadingScreen.init(ClientChunkLoadProgress chunkLoadProgress, LevelLoadingScreen.WorldEntryReason reason) Constructors in net.minecraft.client.gui.screen.world with parameters of type LevelLoadingScreen.WorldEntryReasonModifierConstructorDescriptionLevelLoadingScreen(ClientChunkLoadProgress progressProvider, LevelLoadingScreen.WorldEntryReason reason) -
Uses of LevelLoadingScreen.WorldEntryReason in net.minecraft.client.network
Methods in net.minecraft.client.network that return LevelLoadingScreen.WorldEntryReasonModifier and TypeMethodDescriptionClientPlayNetworkHandler.getWorldEntryReason(boolean dead, RegistryKey<World> from, RegistryKey<World> to) Methods in net.minecraft.client.network with parameters of type LevelLoadingScreen.WorldEntryReasonModifier and TypeMethodDescriptionprivate voidClientPlayNetworkHandler.startWorldLoading(ClientPlayerEntity player, ClientWorld world, LevelLoadingScreen.WorldEntryReason reason)