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 Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.ThreadGroup
activeCount, 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
-
SidedThreadGroup
SidedThreadGroup(LogicalSide side)
-
-
Method Details
-
getSide
Gets the side this sided thread group belongs to.- Returns:
- the side
-
newThread
- Specified by:
newThread
in interfaceThreadFactory
-