package com.jozufozu.flywheel.api; import com.jozufozu.flywheel.api.struct.StructType; import net.minecraft.core.Vec3i; public interface InstancerManager { InstancerFactory factory(StructType type); Vec3i getOriginCoordinate(); }