Package | Description |
---|---|
net.minecraftforge.fml |
Modifier and Type | Method and 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 correct
Dist . |