Uses of Interface
net.minecraftforge.fml.DistExecutor.SafeSupplier
-
Uses of DistExecutor.SafeSupplier in net.minecraftforge.fml
Modifier and TypeMethodDescriptionstatic <T> T
DistExecutor.safeRunForDist(Supplier<DistExecutor.SafeSupplier<T>> clientTarget, Supplier<DistExecutor.SafeSupplier<T>> serverTarget)
Executes one of the two suppliers, based on which side is active.