类 SidedThreadGroup
java.lang.Object
java.lang.ThreadGroup
net.minecraftforge.fml.util.thread.SidedThreadGroup
- 所有已实现的接口:
Thread.UncaughtExceptionHandler
,ThreadFactory
A thread group and factory combination which belongs to a
LogicalSide
.-
字段概要
字段 -
构造器概要
构造器 -
方法概要
从类继承的方法 java.lang.ThreadGroup
activeCount, activeGroupCount, checkAccess, destroy, enumerate, enumerate, enumerate, enumerate, getMaxPriority, getName, getParent, interrupt, isDaemon, isDestroyed, list, parentOf, resume, setDaemon, setMaxPriority, stop, suspend, toString, uncaughtException
-
字段详细资料
-
side
-
-
构造器详细资料
-
SidedThreadGroup
SidedThreadGroup(LogicalSide side)
-
-
方法详细资料
-
getSide
Gets the side this sided thread group belongs to.- 返回:
- the side
-
newThread
- 指定者:
newThread
在接口中ThreadFactory
-