Uses of Interface
net.minecraftforge.fml.DistExecutor.SafeCallable
-
Packages that use DistExecutor.SafeCallable Package Description net.minecraftforge.fml -
-
Uses of DistExecutor.SafeCallable in net.minecraftforge.fml
Method parameters in net.minecraftforge.fml with type arguments of type DistExecutor.SafeCallable Modifier and Type Method Description static <T> T
DistExecutor. safeCallWhenOn(net.minecraftforge.api.distmarker.Dist dist, java.util.function.Supplier<DistExecutor.SafeCallable<T>> toRun)
Call the SafeCallable when on the correctDist
.
-