Class SwitchSlotTask

java.lang.Object
com.mojang.realmsclient.util.task.LongRunningTask
com.mojang.realmsclient.util.task.SwitchSlotTask
All Implemented Interfaces:
ErrorCallback, Runnable

public class SwitchSlotTask extends LongRunningTask
  • Field Details

    • worldId

      private final long worldId
    • slot

      private final int slot
    • callback

      private final Runnable callback
  • Constructor Details

    • SwitchSlotTask

      public SwitchSlotTask(long p_90459_, int p_90460_, Runnable p_90461_)
  • Method Details

    • run

      public void run()