Package net.md_5.bungee.api.scheduler
Class GroupedThreadFactory
- java.lang.Object
-
- net.md_5.bungee.api.scheduler.GroupedThreadFactory
-
- All Implemented Interfaces:
ThreadFactory
@Deprecated public class GroupedThreadFactory extends Object implements ThreadFactory
Deprecated.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
GroupedThreadFactory.BungeeGroup
Deprecated.
-
Constructor Summary
Constructors Constructor Description GroupedThreadFactory(Plugin plugin, String name)
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method 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.
-
-
-
Method Detail
-
newThread
public Thread newThread(Runnable r)
Deprecated.- Specified by:
newThread
in interfaceThreadFactory
-
getGroup
public ThreadGroup getGroup()
Deprecated.
-
canEqual
protected boolean canEqual(Object other)
Deprecated.
-
-