Uses of Interface
net.minecraftforge.fml.DistExecutor.SafeSupplier
-
Packages that use DistExecutor.SafeSupplier Package Description net.minecraftforge.fml -
-
Uses of DistExecutor.SafeSupplier in net.minecraftforge.fml
Method parameters in net.minecraftforge.fml with type arguments of type DistExecutor.SafeSupplier Modifier and Type Method Description static <T> T
DistExecutor. safeRunForDist(java.util.function.Supplier<DistExecutor.SafeSupplier<T>> clientTarget, java.util.function.Supplier<DistExecutor.SafeSupplier<T>> serverTarget)
Executes one of the two suppliers, based on which side is active.
-