Package net.minecraftforge.fml
Interface DistExecutor.SafeCallable<T>
-
- Type Parameters:
T- The return type of the Callable
- All Superinterfaces:
java.util.concurrent.Callable<T>,DistExecutor.SafeReferent,java.io.Serializable
- Enclosing class:
- DistExecutor
public static interface DistExecutor.SafeCallable<T> extends DistExecutor.SafeReferent, java.util.concurrent.Callable<T>, java.io.Serializable
SafeCallable version ofDistExecutor.SafeReferent.- See Also:
DistExecutor.SafeReferent