/**
* Copyright (c) Lambda Innovation, 2013-2016
* This file is part of the AcademyCraft mod.
* https://github.com/LambdaInnovation/AcademyCraft
* Licensed under GPLv3, see project root for more information.
*/
package cn.academy.core.client;
import net.minecraft.util.Vec3;
/**
* @author WeathFolD
*/
public interface IPointFactory {
public Vec3 next();
}