Uses of Enum Class
net.minecraft.client.gui.screens.LevelLoadingScreen.Reason
Packages that use LevelLoadingScreen.Reason
Package
Description
-
Uses of LevelLoadingScreen.Reason in net.minecraft.client.gui.screens
Subclasses with type arguments of type LevelLoadingScreen.Reason in net.minecraft.client.gui.screensFields in net.minecraft.client.gui.screens declared as LevelLoadingScreen.ReasonMethods in net.minecraft.client.gui.screens that return LevelLoadingScreen.ReasonModifier and TypeMethodDescriptionstatic LevelLoadingScreen.ReasonReturns the enum constant of this class with the specified name.static LevelLoadingScreen.Reason[]LevelLoadingScreen.Reason.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in net.minecraft.client.gui.screens with parameters of type LevelLoadingScreen.ReasonModifier and TypeMethodDescriptionvoidLevelLoadingScreen.update(LevelLoadTracker loadTracker, LevelLoadingScreen.Reason reason) Constructors in net.minecraft.client.gui.screens with parameters of type LevelLoadingScreen.ReasonModifierConstructorDescriptionLevelLoadingScreen(LevelLoadTracker loadTracker, LevelLoadingScreen.Reason reason) -
Uses of LevelLoadingScreen.Reason in net.minecraft.client.multiplayer
Methods in net.minecraft.client.multiplayer that return LevelLoadingScreen.ReasonModifier and TypeMethodDescriptionprivate LevelLoadingScreen.ReasonClientPacketListener.determineLevelLoadingReason(boolean playerDied, ResourceKey<Level> dimensionKey, ResourceKey<Level> oldDimensionKey) Methods in net.minecraft.client.multiplayer with parameters of type LevelLoadingScreen.ReasonModifier and TypeMethodDescriptionprivate voidClientPacketListener.startWaitingForNewLevel(LocalPlayer player, ClientLevel level, LevelLoadingScreen.Reason reason) Deprecated.private voidClientPacketListener.startWaitingForNewLevel(LocalPlayer player, ClientLevel level, LevelLoadingScreen.Reason reason, @Nullable ResourceKey<Level> toDimension, @Nullable ResourceKey<Level> fromDimension) -
Uses of LevelLoadingScreen.Reason in net.neoforged.neoforge.client
Methods in net.neoforged.neoforge.client with parameters of type LevelLoadingScreen.ReasonModifier and TypeMethodDescriptionDimensionTransitionScreenManager.ReceivingLevelScreenFactory.create(LevelLoadTracker levelLoadTracker, LevelLoadingScreen.Reason reason)
ClientPacketListener.startWaitingForNewLevel(LocalPlayer, ClientLevel, LevelLoadingScreen.Reason, ResourceKey, ResourceKey)instead.