Uses of Interface
net.minecraftforge.fml.DistExecutor.SafeCallable
-
Uses of DistExecutor.SafeCallable in net.minecraftforge.fml
Modifier and TypeMethodDescriptionstatic <T> T
DistExecutor.safeCallWhenOn
(net.minecraftforge.api.distmarker.Dist dist, Supplier<DistExecutor.SafeCallable<T>> toRun) Call the SafeCallable when on the correctDist
.