Package net.minecraft.realms.action
Class SwitchMinigameRealmsAction
- java.lang.Object
-
- com.mojang.realmsclient.gui.LongRunningTask
-
- net.minecraft.realms.action.SwitchMinigameRealmsAction
-
- All Implemented Interfaces:
java.lang.Runnable
,IErrorConsumer
public class SwitchMinigameRealmsAction extends LongRunningTask
-
-
Field Summary
Fields Modifier and Type Field Description private java.lang.Runnable
callback
private int
slot
private long
worldId
-
Fields inherited from class com.mojang.realmsclient.gui.LongRunningTask
LOGGER, longRunningMcoTaskScreen
-
-
Constructor Summary
Constructors Constructor Description SwitchMinigameRealmsAction(long p_i232236_1_, int p_i232236_3_, java.lang.Runnable p_i232236_4_)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
run()
-
Methods inherited from class com.mojang.realmsclient.gui.LongRunningTask
aborted, abortTask, error, init, pause, setScreen, setScreen, setTitle, tick
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface net.minecraft.realms.IErrorConsumer
error
-
-