@Deprecated public class GroupedThreadFactory extends Object implements ThreadFactory
Modifier and Type | Class and Description |
---|---|
static class |
GroupedThreadFactory.BungeeGroup
Deprecated.
|
Constructor and Description |
---|
GroupedThreadFactory(Plugin plugin,
String name)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
protected boolean |
canEqual(Object other)
Deprecated.
|
boolean |
equals(Object o)
Deprecated.
|
ThreadGroup |
getGroup()
Deprecated.
|
int |
hashCode()
Deprecated.
|
Thread |
newThread(Runnable r)
Deprecated.
|
String |
toString()
Deprecated.
|
public Thread newThread(Runnable r)
newThread
in interface ThreadFactory
public ThreadGroup getGroup()
protected boolean canEqual(Object other)
Copyright © 2012–2020 SpigotMC. All rights reserved.