Class SwitchSlotTask
java.lang.Object
com.mojang.realmsclient.util.task.LongRunningTask
com.mojang.realmsclient.util.task.SwitchSlotTask
- All Implemented Interfaces:
 Runnable
- 
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final Runnableprivate static final org.slf4j.Loggerprivate final intprivate static final Componentprivate final longFields inherited from class com.mojang.realmsclient.util.task.LongRunningTask
NUMBER_OF_RETRIES - 
Constructor Summary
Constructors - 
Method Summary
 
- 
Field Details
- 
LOGGER
private static final org.slf4j.Logger LOGGER - 
TITLE
 - 
worldId
private final long worldId - 
slot
private final int slot - 
callback
 
 - 
 - 
Constructor Details
- 
SwitchSlotTask
 
 - 
 - 
Method Details
- 
run
public void run() - 
getTitle
- Specified by:
 getTitlein classLongRunningTask
 
 -