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
Fields 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 laodTracker, 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 fromDeath, ResourceKey<Level> spawnDimension, ResourceKey<Level> playerDimension) 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, ResourceKey<Level> toDimension, 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.