Class PlayerProfileFetcherThread

java.lang.Object
com.cryptomorin.xseries.profiles.mojang.PlayerProfileFetcherThread
All Implemented Interfaces:
ThreadFactory

@Internal public final class PlayerProfileFetcherThread extends Object implements ThreadFactory
  • Field Details

    • EXECUTOR

      public static final ExecutorService EXECUTOR
      An executor service with a fixed thread pool of size 2, used for asynchronous operations.
  • Constructor Details

    • PlayerProfileFetcherThread

      public PlayerProfileFetcherThread()
  • Method Details