Uses of Record 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 final Consumer<ResetWorldInfo>
RealmsResetNormalWorldScreen.callback
Methods in net.minecraft.client.realms.gui.screen that return ResetWorldInfoModifier and TypeMethodDescriptionprivate ResetWorldInfo
RealmsResetNormalWorldScreen.createResetWorldInfo()
Methods in net.minecraft.client.realms.gui.screen with parameters of type ResetWorldInfoModifier and TypeMethodDescriptionprivate void
RealmsCreateWorldScreen.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 ResetWorldInfoModifier and TypeFieldDescriptionprivate final ResetWorldInfo
ResettingNormalWorldTask.info
private final ResetWorldInfo
CreatingSnapshotWorldTask.resetWorldInfo
Constructors in net.minecraft.client.realms.task with parameters of type ResetWorldInfoModifierConstructorDescriptionCreatingSnapshotWorldTask
(RealmsMainScreen mainScreen, long parentId, ResetWorldInfo resetWorldInfo, String name, String motd) ResettingNormalWorldTask
(ResetWorldInfo info, long serverId, Text title, Runnable callback)