Uses of Class
net.minecraft.client.realms.gui.screen.ResetWorldInfo
| Package | Description |
|---|---|
| net.minecraft.client.realms | |
| net.minecraft.client.realms.gui.screen | |
| net.minecraft.client.realms.task |
-
Uses of ResetWorldInfo in net.minecraft.client.realms
Methods in net.minecraft.client.realms with parameters of type ResetWorldInfo Modifier and Type Method Description BooleanRealmsClient. 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 ResetWorldInfo Modifier and Type Field Description private Consumer<ResetWorldInfo>RealmsResetNormalWorldScreen. callbackMethods in net.minecraft.client.realms.gui.screen with parameters of type ResetWorldInfo Modifier and Type Method Description private voidRealmsResetWorldScreen. onResetNormalWorld(@Nullable ResetWorldInfo info)Constructor parameters in net.minecraft.client.realms.gui.screen with type arguments of type ResetWorldInfo Constructor Description RealmsResetNormalWorldScreen(Consumer<ResetWorldInfo> callback, Text parentTitle) -
Uses of ResetWorldInfo in net.minecraft.client.realms.task
Fields in net.minecraft.client.realms.task declared as ResetWorldInfo Modifier and Type Field Description private ResetWorldInfoResettingNormalWorldTask. infoConstructors in net.minecraft.client.realms.task with parameters of type ResetWorldInfo Constructor Description ResettingNormalWorldTask(ResetWorldInfo info, long serverId, Text title, Runnable callback)