Class ResettingGeneratedWorldTask
java.lang.Object
com.mojang.realmsclient.util.task.LongRunningTask
com.mojang.realmsclient.util.task.ResettingWorldTask
com.mojang.realmsclient.util.task.ResettingGeneratedWorldTask
- All Implemented Interfaces:
ErrorCallback,Runnable
-
Field Summary
FieldsFields inherited from class com.mojang.realmsclient.util.task.LongRunningTask
longRunningMcoTaskScreen, NUMBER_OF_RETRIES -
Constructor Summary
ConstructorsConstructorDescriptionResettingGeneratedWorldTask(WorldGenerationInfo p_167659_, long p_167660_, Component p_167661_, Runnable p_167662_) -
Method Summary
Modifier and TypeMethodDescriptionprotected voidsendResetRequest(RealmsClient p_167664_, long p_167665_) Methods inherited from class com.mojang.realmsclient.util.task.ResettingWorldTask
runMethods inherited from class com.mojang.realmsclient.util.task.LongRunningTask
aborted, abortTask, error, init, pause, setScreen, setScreen, setTitle, tickMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.mojang.realmsclient.gui.ErrorCallback
error
-
Field Details
-
generationInfo
-
-
Constructor Details
-
ResettingGeneratedWorldTask
public ResettingGeneratedWorldTask(WorldGenerationInfo p_167659_, long p_167660_, Component p_167661_, Runnable p_167662_)
-
-
Method Details
-
sendResetRequest
protected void sendResetRequest(RealmsClient p_167664_, long p_167665_) throws RealmsServiceException - Specified by:
sendResetRequestin classResettingWorldTask- Throws:
RealmsServiceException
-