Uses of Interface
net.officefloor.frame.internal.structure.AvoidTeam
-
Packages that use AvoidTeam Package Description net.officefloor.frame.impl.execute.thread net.officefloor.frame.internal.structure -
-
Uses of AvoidTeam in net.officefloor.frame.impl.execute.thread
Methods in net.officefloor.frame.impl.execute.thread that return AvoidTeam Modifier and Type Method Description AvoidTeam
ThreadStateImpl. avoidTeam(FunctionState function, TeamManagement team)
-
Uses of AvoidTeam in net.officefloor.frame.internal.structure
Methods in net.officefloor.frame.internal.structure that return AvoidTeam Modifier and Type Method Description AvoidTeam
ThreadState. avoidTeam(FunctionState function, TeamManagement team)
Runs avoiding the specifiedTeam
.
-