soiz1's picture
Upload folder using huggingface_hub
d46f4a3 verified
package net.minecraft.gametest.framework;
import java.util.stream.Stream;
import net.minecraft.core.BlockPos;
@FunctionalInterface
public interface StructureBlockPosFinder {
Stream<BlockPos> findStructureBlockPos();
}