Class SidedThreadGroup
java.lang.Object
java.lang.ThreadGroup
net.minecraftforge.fml.util.thread.SidedThreadGroup
- All Implemented Interfaces:
- Thread.UncaughtExceptionHandler,- ThreadFactory
A thread group and factory combination which belongs to a 
LogicalSide.- 
Field SummaryFields
- 
Constructor SummaryConstructors
- 
Method SummaryMethods inherited from class java.lang.ThreadGroupactiveCount, activeGroupCount, allowThreadSuspension, checkAccess, destroy, enumerate, enumerate, enumerate, enumerate, getMaxPriority, getName, getParent, interrupt, isDaemon, isDestroyed, list, parentOf, resume, setDaemon, setMaxPriority, stop, suspend, toString, uncaughtException
- 
Field Details- 
side
 
- 
- 
Constructor Details- 
SidedThreadGroupSidedThreadGroup(LogicalSide side) 
 
- 
- 
Method Details- 
getSideGets the side this sided thread group belongs to.- Returns:
- the side
 
- 
newThread- Specified by:
- newThreadin interface- ThreadFactory
 
 
-