Uses of Record Class
net.minecraft.client.RunArgs.QuickPlay
Packages that use RunArgs.QuickPlay
-
Uses of RunArgs.QuickPlay in net.minecraft.client
Fields in net.minecraft.client declared as RunArgs.QuickPlayModifier and TypeFieldDescriptionfinal RunArgs.QuickPlay
RunArgs.quickPlay
private final RunArgs.QuickPlay
MinecraftClient.LoadingContext.quickPlayData
The field for thequickPlayData
record component.Methods in net.minecraft.client that return RunArgs.QuickPlayModifier and TypeMethodDescriptionMinecraftClient.LoadingContext.quickPlayData()
Returns the value of thequickPlayData
record component.Methods in net.minecraft.client with parameters of type RunArgs.QuickPlayModifier and TypeMethodDescriptionstatic void
QuickPlay.startQuickPlay
(MinecraftClient client, RunArgs.QuickPlay quickPlay, RealmsClient realmsClient) Constructors in net.minecraft.client with parameters of type RunArgs.QuickPlayModifierConstructorDescription(package private)
LoadingContext
(RealmsClient realmsClient, RunArgs.QuickPlay quickPlay) RunArgs
(RunArgs.Network network, WindowSettings windowSettings, RunArgs.Directories dirs, RunArgs.Game game, RunArgs.QuickPlay quickPlay)