Uses of Record Class
com.mojang.realmsclient.util.WorldGenerationInfo
Packages that use WorldGenerationInfo
Package
Description
-
Uses of WorldGenerationInfo in com.mojang.realmsclient.client
Methods in com.mojang.realmsclient.client with parameters of type WorldGenerationInfoModifier and TypeMethodDescriptionRealmsClient.resetWorldWithSeed
(long pWorldId, WorldGenerationInfo pGenerationInfo) -
Uses of WorldGenerationInfo in com.mojang.realmsclient.gui.screens
Fields in com.mojang.realmsclient.gui.screens with type parameters of type WorldGenerationInfoModifier and TypeFieldDescriptionprivate final Consumer
<WorldGenerationInfo> RealmsResetNormalWorldScreen.callback
Methods in com.mojang.realmsclient.gui.screens that return WorldGenerationInfoModifier and TypeMethodDescriptionprivate WorldGenerationInfo
RealmsResetNormalWorldScreen.createWorldGenerationInfo()
Methods in com.mojang.realmsclient.gui.screens with parameters of type WorldGenerationInfoModifier and TypeMethodDescriptionprivate void
RealmsResetWorldScreen.generationSelectionCallback
(WorldGenerationInfo p_167456_) Constructor parameters in com.mojang.realmsclient.gui.screens with type arguments of type WorldGenerationInfoModifierConstructorDescriptionRealmsResetNormalWorldScreen
(Consumer<WorldGenerationInfo> pCallback, Component pButtonTitle) -
Uses of WorldGenerationInfo in com.mojang.realmsclient.util.task
Fields in com.mojang.realmsclient.util.task declared as WorldGenerationInfoModifier and TypeFieldDescriptionprivate final WorldGenerationInfo
CreateSnapshotRealmTask.generationInfo
private final WorldGenerationInfo
ResettingGeneratedWorldTask.generationInfo
Constructors in com.mojang.realmsclient.util.task with parameters of type WorldGenerationInfoModifierConstructorDescriptionCreateSnapshotRealmTask
(RealmsMainScreen pRealmsMainScreen, long pParentId, WorldGenerationInfo pGenerationInfo, String pName, String pDescription) ResettingGeneratedWorldTask
(WorldGenerationInfo pGenerationInfo, long pServerId, Component pTitle, Runnable pCallback)