Uses of Class
net.minecraft.client.realms.gui.screen.ResetWorldInfo
Packages that use ResetWorldInfo
Package
Description
-
Uses of ResetWorldInfo in net.minecraft.client.realms
Methods in net.minecraft.client.realms with parameters of type ResetWorldInfoModifier and TypeMethodDescriptionRealmsClient.resetWorldWithSeed(long worldId, ResetWorldInfo resetWorldInfo)
-
Uses of ResetWorldInfo in net.minecraft.client.realms.gui.screen
Fields in net.minecraft.client.realms.gui.screen with type parameters of type ResetWorldInfoModifier and TypeFieldDescriptionprivate Consumer<ResetWorldInfo>
RealmsResetNormalWorldScreen.callback
Methods in net.minecraft.client.realms.gui.screen with parameters of type ResetWorldInfoModifier and TypeMethodDescriptionprivate void
RealmsResetWorldScreen.onResetNormalWorld(@Nullable ResetWorldInfo info)
Constructor parameters in net.minecraft.client.realms.gui.screen with type arguments of type ResetWorldInfoModifierConstructorDescriptionRealmsResetNormalWorldScreen(Consumer<ResetWorldInfo> callback, Text parentTitle)
-
Uses of ResetWorldInfo in net.minecraft.client.realms.task
Fields in net.minecraft.client.realms.task declared as ResetWorldInfoConstructors in net.minecraft.client.realms.task with parameters of type ResetWorldInfoModifierConstructorDescriptionResettingNormalWorldTask(ResetWorldInfo info, long serverId, Text title, Runnable callback)