Uses of Interface
net.minecraftforge.fml.DistExecutor.SafeReferent
-
Packages that use DistExecutor.SafeReferent Package Description net.minecraftforge.fml -
-
Uses of DistExecutor.SafeReferent in net.minecraftforge.fml
Subinterfaces of DistExecutor.SafeReferent in net.minecraftforge.fml Modifier and Type Interface Description static interface
DistExecutor.SafeCallable<T>
SafeCallable version ofDistExecutor.SafeReferent
.static interface
DistExecutor.SafeRunnable
SafeRunnable version ofDistExecutor.SafeReferent
static interface
DistExecutor.SafeSupplier<T>
SafeSupplier version ofDistExecutor.SafeReferent
Method parameters in net.minecraftforge.fml with type arguments of type DistExecutor.SafeReferent Modifier and Type Method Description private static void
DistExecutor. validateSafeReferent(java.util.function.Supplier<? extends DistExecutor.SafeReferent> safeReferentSupplier)
-