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