Spaces:
Build error
Build error
File size: 182 Bytes
d46f4a3 |
1 2 3 4 5 6 7 8 |
package net.minecraft.gametest.framework;
import java.util.stream.Stream;
@FunctionalInterface
public interface TestFunctionFinder {
Stream<TestFunction> findTestFunctions();
} |