CLASS net/minecraft/class_6014 net/minecraft/util/thread/GroupAssigningThreadFactory COMMENT A custom thread factory that assigns each created thread to the group of the COMMENT system security manager or the factory-creating thread (when the security COMMENT manager does not exist). Otherwise, it behaves much like the thread creation COMMENT logic in {@link net.minecraft.util.Util#createIoWorker()}. FIELD field_29936 LOGGER Lorg/apache/logging/log4j/Logger; FIELD field_29937 group Ljava/lang/ThreadGroup; FIELD field_29938 nextIndex Ljava/util/concurrent/atomic/AtomicInteger; FIELD field_29939 prefix Ljava/lang/String; METHOD (Ljava/lang/String;)V ARG 1 name METHOD newThread (Ljava/lang/Runnable;)Ljava/lang/Thread; ARG 1 r