Uses of Class
net.minecraft.client.realms.gui.screen.ResetWorldInfo
Package
Description
-
Uses of ResetWorldInfo in net.minecraft.client.realms
Modifier and TypeMethodDescriptionRealmsClient.resetWorldWithSeed(long worldId, ResetWorldInfo resetWorldInfo)
-
Uses of ResetWorldInfo in net.minecraft.client.realms.gui.screen
Modifier and TypeFieldDescriptionprivate Consumer<ResetWorldInfo>
RealmsResetNormalWorldScreen.callback
Modifier and TypeMethodDescriptionprivate void
RealmsResetWorldScreen.onResetNormalWorld(@Nullable ResetWorldInfo info)
ModifierConstructorDescriptionRealmsResetNormalWorldScreen(Consumer<ResetWorldInfo> callback, Text parentTitle)
-
Uses of ResetWorldInfo in net.minecraft.client.realms.task
ModifierConstructorDescriptionResettingNormalWorldTask(ResetWorldInfo info, long serverId, Text title, Runnable callback)