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