Package net.minecraft.client.realms.task
Class SwitchSlotTask
java.lang.Object
net.minecraft.client.realms.task.LongRunningTask
net.minecraft.client.realms.task.SwitchSlotTask
- Mappings:
Namespace Name official epu
intermediary net/minecraft/class_4443
named net/minecraft/client/realms/task/SwitchSlotTask
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final Runnable
private static final Logger
private final int
private final long
Fields inherited from class net.minecraft.client.realms.task.LongRunningTask
MAX_RETRIES, screen
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class net.minecraft.client.realms.task.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.client.realms.util.Errable
method_52662, method_52663
-
Field Details
-
LOGGER
- Mappings:
Namespace Name Mixin selector official c
Lepu;c:Lorg/slf4j/Logger;
intermediary field_36361
Lnet/minecraft/class_4443;field_36361:Lorg/slf4j/Logger;
named LOGGER
Lnet/minecraft/client/realms/task/SwitchSlotTask;LOGGER:Lorg/slf4j/Logger;
-
worldId
private final long worldId- Mappings:
Namespace Name Mixin selector official d
Lepu;d:J
intermediary field_20242
Lnet/minecraft/class_4443;field_20242:J
named worldId
Lnet/minecraft/client/realms/task/SwitchSlotTask;worldId:J
-
slot
private final int slot- Mappings:
Namespace Name Mixin selector official e
Lepu;e:I
intermediary field_20243
Lnet/minecraft/class_4443;field_20243:I
named slot
Lnet/minecraft/client/realms/task/SwitchSlotTask;slot:I
-
callback
- Mappings:
Namespace Name Mixin selector official f
Lepu;f:Ljava/lang/Runnable;
intermediary field_22733
Lnet/minecraft/class_4443;field_22733:Ljava/lang/Runnable;
named callback
Lnet/minecraft/client/realms/task/SwitchSlotTask;callback:Ljava/lang/Runnable;
-
-
Constructor Details
-
SwitchSlotTask
- Mappings:
Namespace Name Mixin selector official <init>
Lepu;<init>(JILjava/lang/Runnable;)V
intermediary <init>
Lnet/minecraft/class_4443;<init>(JILjava/lang/Runnable;)V
named <init>
Lnet/minecraft/client/realms/task/SwitchSlotTask;<init>(JILjava/lang/Runnable;)V
-
-
Method Details
-
run
public void run()
-