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 SummaryNested Classes Modifier and Type Class Description static classGroupedThreadFactory.BungeeGroupDeprecated.
 - 
Constructor SummaryConstructors Constructor Description GroupedThreadFactory(Plugin plugin, String name)Deprecated.
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description protected booleancanEqual(Object other)Deprecated.booleanequals(Object o)Deprecated.ThreadGroupgetGroup()Deprecated.inthashCode()Deprecated.ThreadnewThread(Runnable r)Deprecated.StringtoString()Deprecated.
 
- 
- 
- 
Method Detail- 
newThreadpublic Thread newThread(Runnable r) Deprecated.- Specified by:
- newThreadin interface- ThreadFactory
 
 - 
getGrouppublic ThreadGroup getGroup() Deprecated.
 - 
canEqualprotected boolean canEqual(Object other) Deprecated.
 
- 
 
-